Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 1.22 KB

README.md

File metadata and controls

47 lines (36 loc) · 1.22 KB

ionic-studycard

ionic version of studycard system using angularfire2 v4.0. You can early access 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>",
    }
}

Preview

image

Install

npm install

Run

ionic serve

or you can run with

ionic lab