Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muzabol2/voting-app-js
Interview task
https://github.com/muzabol2/voting-app-js
javascript react usereducer vercel
Last synced: 8 days ago
JSON representation
Interview task
- Host: GitHub
- URL: https://github.com/muzabol2/voting-app-js
- Owner: muzabol2
- Created: 2022-12-15T11:13:50.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-18T01:51:02.000Z (6 months ago)
- Last Synced: 2024-05-18T07:35:26.839Z (6 months ago)
- Topics: javascript, react, usereducer, vercel
- Language: JavaScript
- Homepage: https://voting-app-js.vercel.app
- Size: 696 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
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)