Views

Our application uses JavaFX FXML files to define the user interface. Each view corresponds to a specific page or functionality in the application

mainPage.fxml

The main landing page of the application

dashboard.fxml

Displays the user's expense overview and summary

login.fxml

Handles user authentication (both login and registration)

about.fxml

Provides information about the application

Last updated