https://github.com/divdash/flutter-assessment
Flutter assessment
https://github.com/divdash/flutter-assessment
Last synced: about 1 year ago
JSON representation
Flutter assessment
- Host: GitHub
- URL: https://github.com/divdash/flutter-assessment
- Owner: DivDash
- Created: 2021-10-08T21:09:27.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-19T10:59:08.000Z (over 4 years ago)
- Last Synced: 2024-12-02T20:25:35.152Z (over 1 year ago)
- Language: Dart
- Size: 849 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).






## 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.