Skip to content

This is a Ionic and firebase based sample app, where user can view elite schedule and manage favorites teams

Notifications You must be signed in to change notification settings

techguy-bhushan/Elite-Schedule

Repository files navigation

Elite-Schedule

This is demo app of Ionic with FireBase.

Getting Started

  • Download the installer for Node.js 6 or greater.
  • Install the ionic CLI globally: npm install -g ionic
  • Install Cordova globally: npm install -g cordova
  • Clone this repository: git clone https://github.com/techguy-bhushan/Elite-Schedule.git.
  • Run npm install from the project root.
  • Run ionic serve in a terminal from the project root.

App Preview

All app preview screenshots were taken by running ionic serve --lab

My-Team

Tournament and Teams

Schedule

Schedule

Deploying

  • Android - Run ionic cordova run android --prod
    • If you are deploying to Android 4.4 or below I recommend adding crosswalk: cordova plugin add cordova-plugin-crosswalk-webview
  • iOS - Run `ionic cordova run ios --pro

Update google map key : https://github.com/techguy-bhushan/Elite-Schedule/blob/master/src/app/app.module.ts

AgmCoreModule.forRoot({apiKey: 'AIzaSyDEAOMY-dsotANOecM6ZqlOfOjBLn9sUkU'}),

replace apiKey with yours map key in app.module.ts

About

This is a Ionic and firebase based sample app, where user can view elite schedule and manage favorites teams

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published