A ReactJS real-time chatting application with Firebase and Styled Components
- A web application that simulates a real-time chat app.
- The app was made for study purposes and have this requirements:
- A solid interface with UX pratices applied;
- Use que Firebase Firestore for the messaging;
- Make a Login with Google and Facebook (use Firebase to this)
- Clone the repo with
$ git clone https://github.com/joaopaulo-ld/simples-conta-internet-banking
- Install the dependecies with
yarn
ornpm i
- Run the project with
yarn start
ornpm start
- Start hacking on
localhost:3000
- Do all the requirements
- Responsive UI
- Theme switcher (light and dark modes)
- Make a user able to have multiple contacts on his app, and message in realtime with other users
- Make chat groups
- Make message status with icons (like WhatsApp and Telegram)
-
Leave a ⭐ on this repo
-
Fork and make a new
git branch
for the updates -
Make a PR to include all your new features!