https://github.com/muhammadunaisak/polley
A live poll website where Enable users to participate in polls and see real-time updates.
https://github.com/muhammadunaisak/polley
mongodb node reactjs redux socket-io
Last synced: 3 months ago
JSON representation
A live poll website where Enable users to participate in polls and see real-time updates.
- Host: GitHub
- URL: https://github.com/muhammadunaisak/polley
- Owner: muhammadunaisak
- Created: 2024-01-11T13:59:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-01T14:41:39.000Z (over 2 years ago)
- Last Synced: 2025-06-28T11:06:43.572Z (12 months ago)
- Topics: mongodb, node, reactjs, redux, socket-io
- Language: JavaScript
- Homepage: http://tinyurl.com/polleyweb
- Size: 225 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# POLLEY : THE LIVE POLL WEB APP
An Online live poll web application (Polley) where user can see what polls are taking place and also user can create,edit,delete poll by logging in to the app. the polls are live in the home page of the app.
## Installation
Install my-project with npm
```bash
npm install my-project
cd my-project
```
## Run Locally
Clone the project
```bash
git clone https://github.com/muhammadunaisak/polley
```
Go to the project directory
```bash
cd my-project
```
Install dependencies
```bash
npm install
```
Start the server
```bash
npm run start
```
## Tech Stack
**Client:** React, Redux, TailwindCSS
**Server:** Node, Express
## Deployment
To deploy this project run
```bash
npm run deploy
```
## Features
- login and signup
- Live poll updation
- Create ,Delete ,update poll
- Interactive poll graphs

