Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 607 Bytes

Voting-App.md

File metadata and controls

24 lines (14 loc) · 607 Bytes

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

Example projects