It is a mobile hybrid app Ionic-based (v1) that store tasks todo. You can create projects to organize your tasks.
1.0.0
- NodeJS - JavaScript runtime built on Chrome's V8 JavaScript engine.
- Ionic - Advanced HTML5 Hybrid Mobile App Framework.
- Cordova - Mobile apps with HTML, CSS & JS.
- AngularJS - HTML enhanced for web apps!
- ForerunnerDB - NoSQL In-Browser JavaScript Database.
- IonicMaterial - Ionic + Material = ❤
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
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] IonicGettingStarted page and the [Ionic CLI] IonicCLI repo.
MIT