Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 716 Bytes

README.md

File metadata and controls

28 lines (24 loc) · 716 Bytes

Quiz Game (in React!)

A timed quiz app built by Haydn n' Tammy

  • Built with React.js
  • Mobile-first design approach
  • API calls to opentdb - the Open Trivia Database
  • Set a timer and answer questions
  • Choose from a predefined list of categories
  • Set the difficulty level

Categories:

  • Science and Nature
  • Celebrities
  • General Knowlege
  • Sports
  • Animals
  • Mythology

User Journey

  • land on page
  • select a category
  • start quiz:
    • 10 questions appear in sequence
    • answer each question in turn before timeout
    • difficulty level increases as decrease of time per question?
    • see your score on display/dashboard