This repository contains a basic website with a few functionalities in order to understand the basics of the Django Framework.
- Create a poll
- Vote for the better choice
- See the results of a poll (details)
- Add as many choices as you want for an specific poll
- Add charts for a better visulization of the details for a specific poll
- Refactor 'add_choice.js'
- Add JQuey to create new DOM elements in an easier way when creating a poll