feMoraes0 / quiz-app

Flutter project following 'App Ideas' specifications.

Home Page:https://github.com/florinpop17/app-ideas/blob/master/Projects/1-Beginner/Quiz-App.md

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Flutter project following 'App Ideas' specifications.

https://github.com/florinpop17/app-ideas/blob/master/Projects/1-Beginner/Quiz-App.md


Languages

Language:Dart 94.8%Language:Kotlin 2.5%Language:Swift 2.5%Language:Objective-C 0.2%