Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antrikshmisri/quiz-app
A flutter app that asks questions in True/False form.
https://github.com/antrikshmisri/quiz-app
dart hacktoberfest quiz
Last synced: 8 days ago
JSON representation
A flutter app that asks questions in True/False form.
- Host: GitHub
- URL: https://github.com/antrikshmisri/quiz-app
- Owner: antrikshmisri
- Created: 2020-09-10T06:53:24.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-06T11:24:33.000Z (about 4 years ago)
- Last Synced: 2024-10-13T07:44:16.837Z (4 months ago)
- Topics: dart, hacktoberfest, quiz
- Language: Dart
- Homepage:
- Size: 524 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quiz App ❓
## What is Quiz App
We’re going to make a quiz app that tests user's general knowledge.!
![Finished App](https://github.com/londonappbrewery/Images/blob/master/quizzler-demo.gif)
## What i learnt
- Modularising code into separate classes.
- Dart classes and objects.
- Using class constructors.
- Extracting Widgets to refactor code.
- private and public modifiers in Dart.
- How to use Dart lists.>This is a companion project to The App Brewery's Complete Flutter Development Bootcamp.