Welcome to the Chat Application! This simple and intuitive chat platform allows users to communicate in real-time. Whether you're collaborating on a project, chatting with friends, or hosting a virtual event, our Chat Application has got you covered.
Real-Time Messaging: Enjoy instant messaging with other users in real-time. User Authentication: Securely sign in with your account to access personalized features. User Profiles: Customize your profile with a username and avatar. Private and Group Chats: Engage in one-on-one conversations or create group chats for team collaboration. Emoji Support: Express yourself with a wide range of emojis. Responsive Design: Access the chat from any device with a responsive and user-friendly interface.
Client : React.js Server : Node JS, Express Js Database : MONGO DB
Node.js installed MongoDB database (or use a cloud-based solution)
Clone the repository: git clone https://github.com/your-username/chat-application.git
cd chat-application
npm i
Create a .env file in the root directory and add the following: PORT=3000 MONGODB_URI=your_mongodb_uri