The entry point of Yondoru is the HelloApplication class, which launches the JavaFX application and loads the main FXML layout with initial CSS styling. The UI is defined using FXML, separating visual ...
Enums/ # User roles, visit types, etc. controllers/ # JavaFX controllers for each FXML view dto/ # Frontend data transfer objects service/ # Handles API communication and business logic tasks/ # ...