Project Title: Firechat.
Description: Firechat is a real-time chat application built using Firebase.
It allows users to create and join chat rooms and send and receive messages.
Installation:
Clone the repository: git clone https://github.com/arikxl/firechat.git
Install the dependencies: npm install
Start the development server: npm start
Usage: Go to http://localhost:3000 to access the application. Sign in using your Google account. Create a new room or join an existing one. Start chatting with other users in the room.
Contributing:
Pull requests are welcome.
Please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
Acknowledgements: Firebase for providing the real-time database and authentication services.