Skip to content

feMoraes0/quiz-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quiz App

Practice and test your knowledge by answering questions in a quiz application made with Flutter.

Prints

User Stories

  • 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 or failed the quiz

Useful links and resources

How to use

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

Credits

Contact