Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.06 KB

README.md

File metadata and controls

18 lines (13 loc) · 1.06 KB

quiz

A simple quiz app built using Flutter. Design inspired by Quiz App UI - Oma by JD.

Screenshots

Technical Info

  • There are three screens in the app.
    • HomeScreen simply contains a play button which when pressed starts the quiz.
    • GameScreen loads the quiz questions and displays a Quiz widget which in turn consists of many smaller widgets.
    • ResultScreenshows the player's quiz result, with the option to play again to return or the main menu.
  • setState is used as the project's state management solution.
  • QuizService downloads a list of Questions from opentdb.com.