This is a sample project to show how to make a todo list app.
Here you can see the article to teach how to do the project.
This is the App looks like:
Make sure tou install Node.js
npm install -g cordova
npm insatll -g ionic
npm install -g typescript
git clone https://github.com/tigercosmos/Todo_List_Sample.git
cd TODO_List_Sample
npm install
ionic state reset
ionic serve
ionic platform add android
ionic run android
npm install -g ios-deploy
npm install -g ios-sim version
ionic platform add ios
ionic run ios
You can email to me: b04209032@ntu.edu.tw
MIT