Welcome to the Chatroom App! This application allows users to communicate in real-time through a web-based chat interface.
- Real-time Messaging: Instant messaging with live updates.
- Easy Messaging: No login or registration required.
- Multiple Chat Rooms: Create and join different chat rooms.
- Responsive Design: Works on both desktop and mobile devices.
To get started with the Chatroom App, follow these steps:
-
Clone the repository:
git clone https://github.com/sachetsubedi/chat-CLI.git
-
Navigate to the project directory:
cd chat-CLI
-
Install dependencies for both frontend and backend:
cd backend && npm install
cd ../frontend && npm install
-
Start the backend server:
npm start
-
Start the app by opening frontend/index.html
We welcome contributions to the Chatroom App! To contribute, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Make your changes and commit them (
git commit -m 'Add new feature'
). - Push to the branch (
git push origin feature-branch
). - Open a Pull Request.
This project is licensed under the MIT License. See the LICENSE file for details.
If you have any questions or feedback, please feel free to reach out to me at [email protected]
Enjoy chatting!