-
Notifications
You must be signed in to change notification settings - Fork 0
Iteration 1 Plan
Pattadon L edited this page Aug 29, 2023
·
2 revisions
A workable web app that displays poll questions and allows visitors to select a poll question from a list of responses. The application displays the correct number of "votes" for each choice in the selected poll question. The results are retained even if the application is restarted.
- Each poll question is linked to a page that displays the question and a list of choices.
- Visitor can choose a poll question and vote on it. His/her vote is counted toward the total.
- Visitor can see the total votes for each choice on a poll question after voting.
- The poll questions and responses are saved in a database.
- Application displays a list of active polls and allows voting on each poll.