This is a MCQ based quiz app. It is a simple quiz app that has a list of questions and the user can select the correct answer from the given options. The user can also see the correct answer after submitting the answer. The user can maintain a streak.
Clone the repository
git clone https://github.com/yaviral17/memotask.git
Change the directory
cd memotask
Get the dependencies
flutter pub get
Setup firebase project
flutterfire configure --project=<project_id>
Add the google-services.json file in android/app folder
Download the google-services.json file from firebase console and add it in android/app folder
if you want to debug the app
flutter run
if you want to build the app
flutter build apk --split-per-abi
- Before starting the quiz, the user needs to login/sign in with email and password.
- After login, the user can see the list of questions.