This is a real time web chat application built using React and Firebase. It allows users to create an account, log in, and start chatting with other users in real time.
- User authentication with Firebase Authentication
- Real time messaging using Firebase Realtime Database
- Message timestamp
- Responsive design
- React
- Firebase Authentication
- Firebase Realtime Database
- Material UI
- Clone the repository:
git clone https://github.com/your-username/your-repo-name.git
- Install dependencies:
npm install
- Create a Firebase project and enable Firebase Authentication and Realtime Database
- Add your Firebase project configuration to
src/firebase.js
- Start the app:
npm start
- Private messaging between users
- Ability to send images and other media
- User profile customization
Contributions are welcome! If you find a bug or have a feature request, please submit an issue. If you would like to contribute code, please fork the repository and submit a pull request.