A minimal and extensible JavaFX dashboard boilerplate designed for applications that require authentication, data management views, and exportable reports. This template provides a solid foundation for admin panels, management systems, and internal tooling.

- Secure login module for managers or administrators
- Modular dashboard layout using FXML
- CRUD-ready views for managing records
- Attendance or activity log management structure
- PDF generation for reports, receipts, or summaries
- SceneBuilder-friendly UI components
- OpenJDK 18.0.2
- Maven
- JavaFX (OpenJFX 18.0.2)
- SceneBuilder
- MySQL
- Fork the repository.
- Update DatabaseConnection.java with your MySQL credentials (lines 10–12).
- Open and modify FXML files using SceneBuilder.