Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muzabol2/voting-app-js
Small voting app
https://github.com/muzabol2/voting-app-js
interview-exercise javascript react usereducer vercel
Last synced: about 1 month ago
JSON representation
Small voting app
- Host: GitHub
- URL: https://github.com/muzabol2/voting-app-js
- Owner: muzabol2
- Created: 2022-12-15T11:13:50.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-25T00:42:46.000Z (9 months ago)
- Last Synced: 2024-11-11T04:40:18.360Z (3 months ago)
- Topics: interview-exercise, javascript, react, usereducer, vercel
- Language: JavaScript
- Homepage: https://voting-app-js.vercel.app
- Size: 855 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Voting app
Application allows you to:
* Add voters and candidates
* See who voted and who did not yet
* Update candidates' votes count
* Select candidate & voter in order to cast a vote
* Both tables and dropdowns are always up to date - eg. when casting a vote the Votes counter are updated and 'has voted' flag for a proper voter changes as well.## Screenshot
![screenshot](https://user-images.githubusercontent.com/109333068/207890352-ed21d2d8-807d-4dd6-99ef-1da96f0c5052.png)