A simple chatBox project where you can choose a username and send messages. Messages sent by you are blue, messages sent by other user are grey. This application use React and Firebase
- git clone https://github.com/Zarwine/Projet-2-chatBox.git
- cd Projet-2-chatBox/chatBox
- npm i
- npm start
Then go to http://localhost:3000/ and enjoy.