Practice and test your knowledge by answering questions in a quiz application made with Flutter.
- User can start the quiz by pressing a
button
- User can see a question with 4 possible answers
- After selecting an answer, display the next question to the User. Do this until the quiz is finished
- At the end, the User can see the following statistics
- Time it took to finish the quiz
- How many correct answers did he get
- A message showing if he
passed
orfailed
the quiz
To clone and run this application, you'll need Git and Flutter installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/feMoraes0/quiz-app.git
# Go into the repository
$ cd quiz-app
# Install dependencies
$ flutter packages get
# Run the app
$ flutter run