Skip to content

Commit 3cb9d1d

Browse files
committed
Update README.md
1 parent 6f1dfb4 commit 3cb9d1d

File tree

1 file changed

+26
-6
lines changed

1 file changed

+26
-6
lines changed

README.md

Lines changed: 26 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,32 @@
11
# Hishab Jontro
22
This is a simple calculator application created using _**JavaFX**_ and **_SceneBuilder_** for my learning purposes.
33
The calculator can perform basic arithmetic operations such as addition, subtraction, multiplication, and division.
4+
45
## Features
5-
- **Basic arithmetic operations**: Addition, Subtraction, Multiplication, and Division
6+
- **Basic arithmetic operations**: Addition, Subtraction, Multiplication, and Division
67
- **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+
916
## 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+
![Hihab-Jontro](src/images/hishab_jontro.png)

0 commit comments

Comments
 (0)