react-chat-app is a super simple ReactJS chat web-app with Firebase backend created to explore the FB realtime database.
This app was bootstrapped from create-react-app
. Nothing special here.
It makes use of Redux, Styled Components and the Firebase SDK.
1- Clone the repo
2- Create a Firebase project and grab the web-app configuration details
3- Modify fb.conf.example.js
as per the included instructions
4- yarn install
then yarn start
Here are some ideas:
- Modify it to make it your own and have fun messing around with it
- Use it as the starting point for the next WhatsApp (jk of course)
Enjoy!