Simple calculator written in java using JavaFX!
By looking at the code of this project, beginners can learn how to create such simple projects
To run this program, you will first need to clone it to a location convenient for you, then go to the project folder and write the following commands:
./gradlew build
and then
./gradlew run
Minimum JDK version you need: 19