This is a real-time chat application built using ReactJS, Firebase, and TailwindCSS. It allows users to chat with each other, manage contacts, and send messages.
- Authentication: Users can sign up, log in, and log out securely using Firebase Authentication.
- Real-time Messaging: Messages are delivered in real-time using Firebase Firestore.
- User Management: Users can manage their profile, view contacts, and block/unblock other users.
- Responsive Design: The application is responsive and works seamlessly across devices.
- ReactJS: Frontend framework for building the user interface.
- Firebase: Backend-as-a-Service platform for authentication, real-time database, and storage.
- TailwindCSS: Utility-first CSS framework used for styling.
-
Clone the repository:
git clone https://github.com/your-username/react-chat-app.git cd react-chat-app
-
install dependencies:
npm install