ChatNest is a real-time chat application built using React and Firebase, allowing users to create channels and chat with their friends seamlessly. This project leverages the power of Firebase for authentication, real-time database, and hosting, providing a reliable and scalable solution for modern chat applications.
Follow these instructions to set up and run ChatNest on your local machine.
- Node.js: Make sure you have Node.js installed on your machine. You can download it here.
-
Clone the repository:
git clone https://github.com/piyushkdas0611/chatnest.git
-
Change to the project directory:
cd chatnest
-
Install dependencies using npm:
npm install
-
Create a new Firebase project at Firebase Console.
-
In your Firebase project, go to Project settings and add a new web app.
-
Copy the Firebase configuration object.
-
Create a file named
.env.local
in the project root and add your Firebase configuration:REACT_APP_API_KEY= REACT_APP_AUTH_DOMAIN= REACT_APP_PROJECT_ID= REACT_APP_STORAGE_BUCKET= REACT_APP_MESSAGING_SENDER_ID= REACT_APP_APP_ID= REACT_APP_MEASUREMENT_ID=
Replace the values with your actual Firebase project configuration.
Run the following command to start the development server:
npm start
The application will be accessible at http://localhost:3000 in your web browser.
- Channel Creation: Users can create channels to organize conversations.
- Real-Time Chat: Messages are updated in real-time, providing a seamless chatting experience.
- Firebase Authentication: Secure authentication powered by Firebase Authentication.
- Responsive Design: The application is designed to work seamlessly on various devices and screen sizes.
Feel free to contribute to the project by opening issues or creating pull requests. Your feedback and contributions are highly appreciated.
This project is licensed under the MIT License - see the LICENSE file for details.
Happy chatting with ChatNest! 🚀