It is a mobile hybrid app Ionic-based (v1) that store tasks todo. You can create projects to organize your tasks.
1.0.0
First install NodeJS and required platform dependencies (Android or IOS).
You need ionic and cordova installed globally:
$ npm install -g ionic cordovaClone the repository and install project dependencies:
$ https://github.com/alexandretavares/taskdo.git
$ cd taskdo
$ npm install
$ bower installInstall all cordova plugins in package.json:
$ ionic state restoreSetup device platform:
$ ionic platform add android
or
$ ionic platform add iosTo start the project on browser run:
$ ionic serveRun on emulator:
$ ionic build android
$ ionic emulate androidRun on device:
$ ionic run androidYou 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.
MIT