Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 days 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 (10 months ago)
- Default Branch: main
- Last Pushed: 2024-02-01T14:41:39.000Z (10 months ago)
- Last Synced: 2024-02-01T16:23:36.084Z (10 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 LocallyClone 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![image](https://github.com/muhammadunaisak/polley/assets/84447232/30b3622c-3f92-401c-869d-b1b17c1d42ba)
![image](https://github.com/muhammadunaisak/polley/assets/84447232/55612a97-109c-4f85-af0a-f80f299cb2f7)