Welcome to Let's Chat! This is a simple chat application where users can join different chat rooms and communicate with each other in real-time. The application is hosted on https://lets-chat-rlyv.onrender.com/.
- Real-time messaging
- Multiple chat rooms
- Simple and easy to use interface
- React
- Node.js
- Socket.io
To run the application locally, follow these steps:
- Clone the repository:
git clone https://github.com/your-username/lets-chat.git
- Install dependencies:
cd lets-chat
and thennpm install
- Start the server:
npm start
- Open the application in your browser at
http://localhost:3000
Contributions are always welcome! If you find any issues or want to add a new feature, please create a new issue and/or submit a pull request.
This project is licensed under the MIT license.