Using IntelliJ IDEA:
a) Load the folder into IntelliJ IDEA.
b) Open the built-in terminal.
c) Run "mvn clean javafx:run"
Without an IDE:
a) Ensure Java JDK, Apache Maven, and javafx are correctly set up on your device.
b) Navigate to the project's directory using the command line.
c) Run "mvn clean javafx:run"
Using github:
git clone https://github.com/ysif9/project25
cd project25
mvn clean javafx:run
To initiate the app, ensure you have Java SDK installed on your device, along with Apache Maven, and a Java IDE like IntelliJ IDEA. The app directory should reside at /path/src/main/java/com/project25/Main.java
Java JDK 17 or higher, Apache Maven, IntelliJ IDEA

