Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sonngdev/voting-app
Straight-forward voting app with signup/login functionality and pie chart visualization.
https://github.com/sonngdev/voting-app
Last synced: about 5 hours ago
JSON representation
Straight-forward voting app with signup/login functionality and pie chart visualization.
- Host: GitHub
- URL: https://github.com/sonngdev/voting-app
- Owner: sonngdev
- Created: 2019-01-19T14:30:00.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T02:17:22.000Z (almost 2 years ago)
- Last Synced: 2024-10-09T17:08:48.490Z (about 1 month ago)
- Language: JavaScript
- Homepage: https://thanhsonng.github.io/voting-app
- Size: 7.58 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Voting App
Straight-forward voting app with signup/login functionality and pie chart visualization.
Front-end client is built with ReactJS. Back-end API server is powered by Ruby on Rails.
This repo itself contains front-end code. Back-end code can be found [here](https://github.com/thanhsonng/fcc-voting-app-backend).
![](https://res.cloudinary.com/nguyen-thanhson/image/upload/v1574530645/Screen_Shot_2019-11-24_at_00.36.59_c3bulu.png)
## Demo
[https://thanhsonng.github.io/voting-app](https://thanhsonng.github.io/voting-app)
## Run this locally
To run the app in the development mode:
```bash
$ npm install$ npm start
```Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
The page will automatically reload if you make edits.
You will also see any lint errors in the console.