A real-time chat application built with Vite + React for the frontend and Node.js with Socket.IO and MongoDB Atlas for the backend. This app allows users to join rooms and chat with others in real-time.
- 🗨️ Real-time messaging with Socket.IO
- 🔐 User authentication
- 📱 Responsive design for mobile and desktop
- Frontend: React + Vite
- Backend: Node.js, Express, MongoDB
- Real-time Communication: Socket.IO
- Styling: CSS / Tailwind CSS (based on your choice)
cd backend
npm install
node server.js
cd frontend
npm install
npm start
The app will be available at http://localhost:3000.
Contributions are welcome! Please fork the repository and submit a pull request for any enhancements or bug fixes.
MIT License
Copyright (c) 2025 CodeConsistency
Permission is granted to use, copy, modify, and distribute this software freely,
provided the original copyright notice and this permission notice are included.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND.
Made with ❤️ by @mr-coder-raj
