This repository contains a demo-app created with ionic for the lecture mobile engineering, Univerity of applied Sciences Flensburg.
The main tasks are
- to port a todomanager (native android app) to ionic framework
- create a task for the class
It's required that node, npm and ionic are already installed.
- Clone repository
cd into/todomanager
npm install
ionic serve
ionic platform add android
ionic build android