An open API service indexing awesome lists of open source software.

https://github.com/divdash/flutter-assessment

Flutter assessment
https://github.com/divdash/flutter-assessment

Last synced: about 1 year ago
JSON representation

Flutter assessment

Awesome Lists containing this project

README

          

# Flutter Quiz Challenge

Can you build a simple quiz interface with Flutter?

## The Challenge

Using the following wireframes, build a quiz interface. Using your comprehension about how the application functions, construct all applicable tests. The questions are all in [questions.json](assets/questions.json).

![Question](docs/wire-question.png)

![Correct Answer](docs/wire-answer-correct.png)

![Incorrect Answer](docs/wire-answer-incorrect.png)

![Progress](docs/wire-progress.png)

![Difficulty](docs/wire-difficulty.png)

![Score](docs/wire-score.png)

## Instructions

How to attempt this challenge:

1) Create a new repo in your account and note the git url
2) Clone this repo
3) Solve the challenge
4) Set your new repo as the origin: `git remote set-url origin ${your repo url}`
5) Push your solution to your repo

You must follow these steps for your solution to be accepted -- forks or other methods will not be considered.