|
1 | 1 | # Hishab Jontro
|
2 | 2 | This is a simple calculator application created using _**JavaFX**_ and **_SceneBuilder_** for my learning purposes.
|
3 | 3 | The calculator can perform basic arithmetic operations such as addition, subtraction, multiplication, and division.
|
| 4 | + |
4 | 5 | ## Features
|
5 |
| -- **Basic arithmetic operations**: Addition, Subtraction, Multiplication, and Division |
| 6 | +- **Basic arithmetic operations**: Addition, Subtraction, Multiplication, and Division |
6 | 7 | - **User-friendly** interface built with JavaFX and SceneBuilder
|
7 |
| -## Known Issues |
8 |
| - - There might be some minor bugs in the application that I will fix later. |
| 8 | + |
| 9 | +## How to Run |
| 10 | +- Download the JAR file from the [Releases](https://github.com/almahfuz777/Hishab-Jontro/releases/) section. |
| 11 | +- Open a terminal or command prompt and run the application using |
| 12 | + ``` java -jar Hishab-Jontro.jar ``` |
| 13 | +- Ensure you have Java installed on your machine. You can download the latest version of Java from here. |
| 14 | +- If you encounter any issues running the application, ensure that your Java environment is set up correctly. |
| 15 | + |
9 | 16 | ## Contributing
|
10 |
| -- If you would like to contribute to this project or report any bugs, feel free to submit a pull request or open an issue on the repository. |
11 |
| -## Note |
12 |
| -The project was created as a part of my personal learning journey in Java. The code is not optimized for large or complex calculations. Despite some minor bugs, the program is a functional tool for basic mathematical calculations. |
| 17 | +If you would like to contribute to this project or report any bugs, feel free to |
| 18 | +- submit a pull request or |
| 19 | +- open an issue on the repository. |
| 20 | + |
| 21 | +To clone the repository on your local machine, |
| 22 | +``` |
| 23 | +git clone https://github.com/almahfuz777/Hishab-Jontro.git |
| 24 | +``` |
| 25 | + |
| 26 | +## Notes |
| 27 | +- The application is built and tested using `JavaFX SDK 21.0.1` and `Zulu JDK 21.0.1`. |
| 28 | +- While one can directly download the JAR file for running the application, cloning the Git repository is recommended for those interested in exploring or contributing to the source code |
| 29 | + |
| 30 | +The project was created as a part of my personal learning journey in Java. The code is not optimized for large or complex calculations. Despite some minor bugs, the program is a functional tool for basic mathematical calculations. |
| 31 | + |
| 32 | + |
0 commit comments