Skip to content

yaviral17/memotask

Repository files navigation

Memotask

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.

How to setup this flutter project

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

How To Use This App

  • Before starting the quiz, the user needs to login/sign in with email and password.
  • Login Screen
  • SignUp Screen
  • After login, the user can see the list of questions.
  • Home Screen

Backend

  • #Firebase Authentication Firebase Authentication
  • User Collection Firebase Firestore
  • User Data Firebase Firestore
  • Question Collection Firebase Firestore

Direct Download app

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published