/Chatin

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.

Primary LanguageJavaScript

Real-Time Chat Application with Anonymity

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.

Features

  • Real-time chat with anonymity
  • Clean and user-friendly interface
  • Real-time message updates
  • Anonymous user identification
  • Responsive design for various devices

Technology Stack

  • HTML
  • CSS
  • JavaScript
  • Socket.io
  • Node.js
  • Express.js

Getting Started

To get started with the project, follow these steps:

  1. Clone the repository to your local machine
git clone https://github.com/[username]/your-chat-app.git
  1. Run the server
npm start
  1. Open your browser and navigate to http://localhost:5000

Contributing

If you would like to contribute to this project, please follow these steps:

  1. Fork the repository
  2. Create a new branch for your changes
  3. Make the changes and commit them
  4. Push the changes to your forked repository
  5. Create a pull request back to the original repository