Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 445 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 445 Bytes

Simple poll application using Django framework

Features

  • This poll consists of questions and a list of choices for users to pick a choice from
  • When option has been selected, the next page shows the result and the choice that has the highest number of votes

Pages from the poll app