Skip to content

llighter/ionic-studycard2

Repository files navigation

ionic-studycard

ionic version of studycard system using angularfire2. You can build this application by installing using Ionic CLI.

Any suggestions, including issue or email, are Welcome. Feel Free to Express your opinion.

Studycard System(Leitner)

image

In the Leitner system, correctly answered cards are advanced to the next, less frequent box, while incorrectly answered cards return to the first box.

Prerequisite

You Need to implements environments.ts file in environments folder.

export const environment = {
    production: false,
    firebase: {
        apiKey: "<API_KEY>",
        authDomain: "<PROJECT_ID>.firebaseapp.com",
        databaseURL: "https://<DATABASE_NAME>.firebaseio.com",
        storageBucket: "<BUCKET>.appspot.com",
        messagingSenderId: "<SENDER_ID>",
    }
}

Install

npm install

Run

ionic serve

or you can run with

ionic lab

Preview

Login, Add Category

image

Add Card

image