BBarisKilic / Quizzler

A quiz app that tests your general knowledge.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quizzler

A quiz app that tests your general knowledge. The project has been written solely in Dart Language.

Through this project, I've learned:

  • modularising my code into separate classes.
  • dart classes and objects.
  • using class constructors.
  • abstraction, encapsulation, inheritance, polymorphism in Dart Language.
  • extracting Widgets to refactor my code.
  • private and public modifiers in Dart.
  • how to use Dart lists.
  • the difference between var, const and final.

Screenshot from the app:

About

A quiz app that tests your general knowledge.

License:MIT License


Languages

Language:Dart 84.9%Language:Objective-C 9.0%Language:Java 6.1%