parent
85925f0f8b
commit
ff8dc113b8
@ -0,0 +1,24 @@
|
||||
# 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](https://firebase.google.com) for a realtime database
|
||||
|
||||
## Example projects
|
||||
|
||||
- [Voting App by Florin Pop on Codepen](https://codepen.io/FlorinPop17/full/NWKQWmq)
|
Loading…
Reference in new issue