Skip to content

A simple quiz app built using Flutter.

Notifications You must be signed in to change notification settings

jlaskowska/quiz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.