CarStatisticsApp is a graphical user interface (GUI) application designed to showcase a car management system. The application runs on Windows 10 and is developed using IntelliJ IDEA Community Edition with JavaFX for the user interface, FXML for layout declaration, and follows the Model-View-Controller (MVC) architectural pattern. It is a demonstration of a user interface without actual database connectivity and uses static, hardcoded data to mimic the functionality.
- Operating System: Windows 10
- IDE: IntelliJ IDEA Community Edition (Recommended for development and running the project)
- Java Version: Java 17 "Corretto" (Amazon's distribution of the Open Java Development Kit)
- Build System: Maven (Ensures that all dependencies are correctly managed and the project can be easily built)
The project is a representation of a car management system GUI. It includes various functionalities such as adding new car records, viewing a list of cars, and displaying car statistics. All data presented within the application is purely exemplary and is intended to illustrate the potential look and feel of a fully implemented system.
To run the application, import the project into IntelliJ IDEA Community Edition and ensure that Java 17 "Corretto" is set as the project SDK. You can run the application directly from the IDE.
Below are some screenshots depicting different aspects of the application:





