Skip to content

Latest commit

 

History

History
50 lines (30 loc) · 2.03 KB

File metadata and controls

50 lines (30 loc) · 2.03 KB

Simple JavaFX Calculator

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.

Features

  • Basic arithmetic operations (addition, subtraction, multiplication, division)
  • Clear functionality
  • Simple and intuitive GUI

Prerequisites

  • Java 11 or higher
  • Maven

Installation and Running

  1. Clone the repository: git clone https://github.com/dryanakiev/2223-sd-java-javafx-simple-calculator.git

  2. Navigate to the project directory: cd 2223-sd-java-javafx-simple-calculator/Simple calculator

  3. Build the project using Maven: mvnw clean install

  4. Run the application: mvnw javafx:run

Structure

  • pom.xml: Maven project file with dependencies and build configuration. View File
  • Calculator.java: Main application file containing the JavaFX logic. View File
  • module-info.java: Module descriptor for the JavaFX application. View File

Contributing

Contributions, issues, and feature requests are welcome. Feel free to check issues page if you want to contribute.

License

Distributed under the MIT License. See LICENSE for more information.

Contact

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.