ChatCord App is a real-time chat application built with modern web technologies. It allows users to join chat rooms, send messages, and interact with other users in real-time.
- User-friendly interface with a minimalist design.
- Join different chat rooms to communicate with specific groups of people.
- Real-time messaging functionality to instantly send and receive messages.
- Display of active users in each chat room.
- Timestamps to indicate when messages were sent.
- Responsive design for seamless usage on both desktop and mobile devices.
- Front-end: HTML, CSS, JavaScript, Tailwind CSS
- Back-end: Node.js
- Real-time communication: Socket.io
- Package Manager: npm
- Clone the repository: git clone https://github.com/your-username/chatcord-app.git
- Install dependencies: npm install
- Start the server: npm start
- Access the application in your browser: http://localhost:3000