An ionic app for simple offline only attendance tracking
- Clone or download repository
- Do
npm install
- Do
npm run build
- Run as Web App with
npm start
- or as native App with
ionic capacitor run android
(Android Studio must bee installed)
- Sometimes the wrong menu item is set as active.
- Csv export & pdf print don't work on android 10 due to breaking changes.