fayjusss / ionic-cordova-map-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ionic Cordova Map app

A project for Mobile Internet Programming course from OAMK

How to run this on browser

$ cd ionic-cordova-map-app/
$ npm install
$ ionic serve

How to run this on android

$ cd ionic-cordova-map-app/
$ npm install
$ ionic cordova run android

During the creation of the project I got help and snippets from tutorials, template and docs. Here is the list of all the places I borrowed my code from.

Code References

  • Tutorial

https://www.udemy.com/ionic-2-the-practical-guide-to-building-ios-android-apps/ - for Ionic and project ideation & some implementation

  • Blog Posts

https://javebratt.com/ionic-firebase-authentication/ - for implementing login using Ionic and Firebase

  • Docs

https://ionicframework.com/docs/

https://developers.google.com/maps/documentation/javascript/geocoding?hl=en

https://cordova.apache.org/docs/en/latest/reference/cordova-plugin-geolocation/

About


Languages

Language:TypeScript 59.7%Language:HTML 28.1%Language:CSS 10.3%Language:JavaScript 1.9%