Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 433 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 433 Bytes

Simple-Attendance

An ionic app for simple offline only attendance tracking

Getting Started

  • 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)

Known Bugs

  • Sometimes the wrong menu item is set as active.
  • Csv export & pdf print don't work on android 10 due to breaking changes.