Skip to content

A simple, responsive anonymous chat app with real-time polling, built with Express.js and Socket.IO.

License

Notifications You must be signed in to change notification settings

Sharad104/anonymouschat

Repository files navigation

Anonymous Chat & Poll App

A simple, responsive, anonymous chat application with poll creation and voting features, built with Express.js and Socket.IO.

Screenshot-1.jpg

Screenshot-2.jpg

Features

  • Anonymous Chat: Users are assigned names like anon1, anon2,anon3 for easy anonymity.
  • Poll Creation: Users can create polls with custom options.
  • Live Voting: All users can vote in polls and see live updates.
  • Responsive Design: Comfortable experience on both desktop and mobile.

Setup

  1. Clone the Repository:

    git clone https://github.com/your-username/anonymous-chat-app.git
    cd anonymous-chat-app
  2. Install Dependencies:

    npm install express socket.io

    or run the cmd file

  3. Run the App:

    node server.js
  4. Access the App: Open http://localhost:3000 in your browser.

Tech Stack

  • Backend: Node.js, Express, Socket.IO
  • Frontend: HTML, CSS, JavaScript

License

MIT License

About

A simple, responsive anonymous chat app with real-time polling, built with Express.js and Socket.IO.

Resources

License

Stars

Watchers

Forks