Poller Idea
When a user votes, he can then see the voting results of that poll. The following list is a list of tasks, or user stories as they are called in agile terminology; which specifies the functionality:
- The users can list all polls
- The users can add new polls
- The users can vote on poll options
- The users can see poll results
With these simple user stories, we can start implementing the application.

