/trivia-webapp

A trivia web application built in Python3/Django

Primary LanguagePython

trivia-webapp

A trivia web application built in Python3/Django.

Deployed to Heroku at:
cgantt-trivia.herokuapp.com

This trivia app:

  • parses a JSON file with trivia questions
  • randomly chooses 10 questions from the data
  • shows the possible answers in random order
  • shows the user's score after answering all questions
  • displays the correct and incorrect answers afterwards
  • uses Bootstrap/Bootswatch to make it pretty

To run on local server:
pip3 install -r requirements.txt
python3 manage.py runserver

Home Page:

Results Page: