This project is a simple calculator application built using JavaFX. It's designed to demonstrate basic JavaFX capabilities and provide a functional calculator for basic arithmetic operations.
- Basic arithmetic operations (addition, subtraction, multiplication, division)
- Clear functionality
- Simple and intuitive GUI
- Java 11 or higher
- Maven
-
Clone the repository: git clone https://github.com/dryanakiev/2223-sd-java-javafx-simple-calculator.git
-
Navigate to the project directory: cd 2223-sd-java-javafx-simple-calculator/Simple calculator
-
Build the project using Maven: mvnw clean install
-
Run the application: mvnw javafx:run
pom.xml
: Maven project file with dependencies and build configuration. View FileCalculator.java
: Main application file containing the JavaFX logic. View Filemodule-info.java
: Module descriptor for the JavaFX application. View File
Contributions, issues, and feature requests are welcome. Feel free to check issues page if you want to contribute.
Distributed under the MIT License. See LICENSE
for more information.
Your Name - @YourTwitter - [email protected] Project Link: https://github.com/dryanakiev/2223-sd-java-javafx-simple-calculator
This README provides a basic overview of the project, including how to install, run, and contribute to it.