Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.