Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 1.2 KB

README.md

File metadata and controls

14 lines (9 loc) · 1.2 KB

flutter_quiz_app

A cross-platform Quiz App built using Flutter/Dart. Main target platforms are android & iOS.

App has 3 screens:

  • Start screen: User can start the quiz from here. User gets directed to the Questions screen.
  • Questions screen: User can take the quiz from here. User is presented with questions and can choose an answer out of 4 options. On choosing an option, the next question will be presented. On answering the final question, user gets directed to results screen.
  • Results screen: Summary of the quiz is presented to the user here. The no. of questions the user answered along with detailed analysis of each question & answer is available here. The user can also opt to re-take the quiz from here.
Screenshot 2023-05-14 at 2 23 47 AM Screenshot 2023-05-14 at 2 24 36 AM Screenshot 2023-05-14 at 2 25 21 AM