Follow the steps below to set up and explore the project:
1. Download the Project You can either: Clone the repository using Git:
git clone <repository-url>
OR Download the ZIP file from GitHub and extract it to a preferred location on your computer.
2. Open in IntelliJ IDEA Launch IntelliJ IDEA. Click on “Open” and select the unzipped project folder. Wait for IntelliJ to index and build the project.
3. Locate the Main Class
The main entry point of the project is:
src/main/java/.../HelloApplication.java
This file contains the main method to run the application.
4. Explore the UI
Browse all the .fxml files inside the resources folder. Check their corresponding controller classes to understand the logic and event handling.
You can now run, explore, and modify the project as needed. Happy coding! 💻