llighter / ionic-studycard5

studycard system with ionic 5 (Angular 9)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ioinc Studycard

Ionic version of studycard system using @angular/fire. 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

Development server

Run ionic serve for a dev server. Navigate to http://localhost:8100/. The app will automatically reload if you change any of the source files.

Prerequisite

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

// Check you firebase console
export const environment = {
  production: false
  , firebaseConfig: {
    apiKey: "api-key",
    authDomain: "project-id.firebaseapp.com",
    databaseURL: "https://project-id.firebaseio.com",
    projectId: "project-id",
    storageBucket: "project-id.appspot.com",
    messagingSenderId: "sender-id",
    appID: "app-id",
  }
};

Install

Run npm install to intall libraries.

Preview

Tutorial

Not yet implemented...

Login

Soon...

Usage

Soon...

Further help

To get more help on the ionic-studycard5 contact me.

Email: hadbsgk@gmail.com

About

studycard system with ionic 5 (Angular 9)

License:MIT License


Languages

Language:TypeScript 70.9%Language:HTML 13.6%Language:CSS 12.9%Language:JavaScript 2.6%