A real-time chat application that allows users to communicate anonymously. The application has a clean and user-friendly interface, with real-time updates for messages. Anonymity is maintained to encourage open and honest communication.
- Real-time chat with anonymity
- Clean and user-friendly interface
- Real-time message updates
- Anonymous user identification
- Responsive design for various devices
- HTML
- CSS
- JavaScript
- Socket.io
- Node.js
- Express.js
To get started with the project, follow these steps:
- Clone the repository to your local machine
git clone https://github.com/[username]/your-chat-app.git
- Run the server
npm start
- Open your browser and navigate to
http://localhost:5000
If you would like to contribute to this project, please follow these steps:
- Fork the repository
- Create a new branch for your changes
- Make the changes and commit them
- Push the changes to your forked repository
- Create a pull request back to the original repository