项目作者: feMoraes0

项目描述 :
Flutter project following 'App Ideas' specifications.
高级语言: Dart
项目地址: git://github.com/feMoraes0/quiz-app.git
创建时间: 2020-02-19T22:23:24Z
项目社区:https://github.com/feMoraes0/quiz-app

开源协议:

下载


Quiz App

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

Prints









User Stories

  • [X] User can start the quiz by pressing a button
  • [X] User can see a question with 4 possible answers
  • [X] After selecting an answer, display the next question to the User. Do this until the quiz is finished
  • [X] 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

How to use

To clone and run this application, you’ll need Git and Flutter installed on your computer. From your command line:

  1. # Clone this repository
  2. $ git clone https://github.com/feMoraes0/quiz-app.git
  3. # Go into the repository
  4. $ cd quiz-app
  5. # Install dependencies
  6. $ flutter packages get
  7. # Run the app
  8. $ flutter run

Credits

Contact