A basic polling app using django
The landing page shows the list of all the questions one can poll to get their opinion counted.
Users can generate their own questions and assign four options
Users can select a question and vote for it
They can change their choices as well
After voting, a detailed result of the poll is shown along with a graphical presentation of the data using zingchart
If the user has already voted for a given poll, then they can't revote. One user, one question, one vote!
Users can also search for questions by keywords in the search bar
Features
- Generate questions with four options
- Poll and view the result
- Graphical presentation of the poll provided using zingchart
- One person can vote only once for a given question
- Search for questions by keywords
Upcoming Features
- functionality to create as many options for a question as you want