Skip to content
This repository has been archived by the owner on Sep 28, 2019. It is now read-only.

Simple TodoList projet developped using Ionic3 , firebase and AngularFire2

Notifications You must be signed in to change notification settings

yassinefarich/Ionic-TodoList

Repository files navigation

Simple TodoList Mobile application

This is a Simple TodoList projet developped using Ionic3 , firebase and AngularFire2

Implemented Features

  • Authentication using Google accounts
  • FireBase data Storage
  • Share TodoLists between Users
  • Add Images to TodoItems
  • Geoloc and address resolving
  • Markdown Support

Configurations

The configuration of The 3th party services(FireBase , googleMap api) can be configured in the file :

[PROJECT_DIR]/src/thirdParty-services-settings.ts

Running the application

On the Web browser

  yarn install
  ionic serve -l

On android

  export PATH=${PATH}:[ANDROID_SDK_INSTALL]/Sdk/platform-tools:[ANDROID_SDK_INSTALL]/Sdk/tools
  ionic cordova run android

Note: using --livereload when the application is running on Android blocks some native functionality.

Project Clean

  ionic cordova clean

About

Simple TodoList projet developped using Ionic3 , firebase and AngularFire2

Resources

Stars

Watchers

Forks

Packages

No packages published