Taskdo

It is a mobile hybrid app Ionic-based (v1) that store tasks todo. You can create projects to organize your tasks.

Version

1.0.0

Tech

Installation

First install NodeJS and required platform dependencies (Android or IOS).

You need ionic and cordova installed globally:

$ npm install -g ionic cordova

Clone the repository and install project dependencies:

$ https://github.com/alexandretavares/taskdo.git
$ cd taskdo
$ npm install
$ bower install

Install all cordova plugins in package.json:

$ ionic state restore

Setup device platform:

$ ionic platform add android
or
$ ionic platform add ios

Run

To start the project on browser run:

$ ionic serve

Run on emulator:

$ ionic build android
$ ionic emulate android

Run on device:

$ ionic run android

You change android for ios if you prefer.

More info on this can be found on the Ionic Getting Started page and the Ionic CLI repo.

License

MIT