A simple, responsive, anonymous chat application with poll creation and voting features, built with Express.js and Socket.IO.
- 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.
-
Clone the Repository:
git clone https://github.com/your-username/anonymous-chat-app.git cd anonymous-chat-app
-
Install Dependencies:
npm install express socket.io
or run the cmd file
-
Run the App:
node server.js
-
Access the App: Open http://localhost:3000 in your browser.
- Backend: Node.js, Express, Socket.IO
- Frontend: HTML, CSS, JavaScript
MIT License