A web-based attendance tracking system for labs and classrooms.
- Students scan a QR code to mark their attendance
- Instructor displays QR code page at
/qr - Light/dark mode with system preference detection
- Attendance data saved locally
- Start the dev server:
npm run dev - Open
/qron the instructor's machine to display the QR code - Students connect to the same network and scan the QR code
- Students enter their student number and full name to record attendance
Attendance records are saved to the attendance/ folder as CSV files.