Breek is a mobile application made for teachers. They can create or join activities and link these to their personal agendas. The application should, in this way, motivate teachers to take midday breaks. According to our research, taking lunch breaks reduces the chances of experiencing redundant and therefore dangerous amounts of stress. The picture below shows an impression of what the app should look like.
- First of all, download NodeJS and npm: NodeJS Download
- Install Android SDK for Android platform and XCode for ios
- install cordova
$ sudo npm install -g cordova
- install Ionic
$ sudo npm install -g ionic
Android:
ionic cordova run android
Ios:
ionic cordova run ios
After this step, open breek.xcodeproj with XCode and use 'Automatic provisioning' to sign and build the app.
Browser
ionic serve