This is a simple chat app built with React
and Firebase
. It allows users to create a chat room and chat with other users in the room.
- Clone this repository
git clone https://github.com/r-shafi/react-firebase-chat
- Navigate to the project directory
cd react-firebase-chat
- Install the dependencies with
npm install
- Run the development server
npm start
- Open your browser and go to http://localhost:3000.
- Login with Google
- Chat with other users in a chat room
- Send text messages
Add more features, such as:
- Ability to delete messages
- Ability to add reactions to messages
- Ability to pin messages
- Improve the UI/UX
If you would like to contribute to this project, please feel free to fork the repository and submit a pull request.