You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
607 B
607 B
Voting App
Tier: 2-Intermediate
Allow users to vote give multiple choices
User Stories
- User can see a list of items he can vote on
- These items must have a button that the user can click on to vote
- After the user clicked a button, the user should see all the votes
Bonus features
- Store items and votes in a database
- Only allow authenticated users to vote
Useful links and resources
- Firebase for a realtime database