Voting App
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