QR Code Generation
QR Code Generation
Key Features:
1. User Registration
o Register students/employees with Name, ID, and QR Code generation.
o Store details in MySQL.
2. QR Code Generation
o Generate and display a QR code for each user.
o Store QR codes in the database or local storage.
3. Attendance Marking
o Use a webcam to scan QR codes.
o Extract user details and mark attendance in MySQL.
4. Attendance Report
o Display daily/monthly attendance records.
o Search/filter attendance data.
5. GUI (JFrame-based UI)
o Registration Form.
o QR Code Scanner Panel.
o Attendance Report Page.
Technologies:
│── src/
│ ├── com/attendance/
│── assets/
│── database/
This structure keeps your project modular and easy to manage. Let me know if you need further
details!