Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 506 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 506 Bytes

Polls

This repository contains a basic website with a few functionalities in order to understand the basics of the Django Framework.

Features

  • 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

TODO

  • 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