Skip to content

dryanakiev/2223-sd-java-javafx-simple-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages