Skip to content

Kaleab213/quizme

Repository files navigation

quizme

My Goal

In this project I will be reviewing Stateful and Stateless Widgets as well as learning about the fundamental building blocks of Object Oriented Programming (OOP) - Classes and Objects.

What I have created

I have made a quiz app that tests our general knowledge. As one of the most popular types of apps on the app stores.

quizzler-demo

What I have learned

-Modularising my code into separate classes. -Dart classes and objects. -Using class constructors. -Extracting Widgets to refactor your code. -private and public modifiers in Dart. -How to use Dart lists. -The difference between var, const and final.