shubhamghule / Quizzler-App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quizzler ❓

Goal :

  • the fundamental building blocks of Object Oriented Programming (OOP)
  • Classes and Objects.

Final Product :

  • A quiz app that tests general knowledge.

Concepts Learnt :

  • Modularising code into classes.
  • Dart classes and objects.
  • Using class constructors.
  • Extracting Widgets to refactor the code.
  • private and public modifiers in Dart.
  • Dart lists.
  • The difference between var, const and final.

Steps to Run the App :

  • Clone or Download the repository.
  • Open it in Android Studio or any other IDE which supports dart.
  • Import the dependencies using "pub-get" command.
  • Run the main.dart file.

For developers interested in contribution :

  • Clone or Download the repository.
  • Open it in Android Studio or any other IDE which supports dart.
  • Import the dependencies using "pub-get" command.
  • Make the changes.
  • Test the added features or code changes.
  • Submit a Pull Request.

About


Languages

Language:Dart 67.2%Language:Ruby 9.6%Language:Objective-C 9.5%Language:Shell 9.0%Language:Java 4.6%