Chatty is a real-time chat application that enables users to communicate instantly. Built with modern web technologies, it offers seamless messaging and a user-friendly interface.
- Real-time messaging
- User authentication
- Responsive design
- Group and private chats
- Message notifications
- Frontend: React.js
- Backend: Node.js, Express.js
- Real-time: Socket.io
- Database: MongoDB
-
Clone the repository
git clone https://github.com/yourusername/chatty.git cd chatty -
Install dependencies
npm install
-
Start the server
npm start
-
Open the app Visit
http://localhost:5173in your browser.
Contributions are welcome! Please open issues or submit pull requests.
This project is licensed under the MIT License.