Skip to content

Commit 9bd8b25

Browse files
authored
Merge pull request pH-7#73 from JumperBot/patch-1
🎨 Prettified README!
2 parents 0dec0d3 + 92ed5a8 commit 9bd8b25

File tree

1 file changed

+22
-5
lines changed

1 file changed

+22
-5
lines changed

README.md

Lines changed: 22 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,34 @@
1+
<div align="center">
2+
13
# Simple Java Calculator
24

35
![Logo Simple Java Calculator](logo.png)
46

5-
This project was originally written using Eclipse, but I have migrated it to NetBeans.
6-
This calculator is simple with an easy code to help novices learn how to create a calculator program with Java.
7+
---
8+
9+
This calculator is **simple** with an **easy to use code** to help novices **learn how to create a calculator** program with **`Java`**.
10+
11+
---
12+
13+
</div>
714

8-
If you use the executable "SimpleJavaCalculator.jar" file and that doesn't work, you can type `java -jar /your_calculator_directory/SimpleJavaCalculator.jar` in your terminal.
15+
This project was **originally written using `Eclipse`**, but I have **migrated it to NetBeans**.
916

17+
If you use the executable "SimpleJavaCalculator.jar" file and that doesn't work, you can type this in your terminal:
18+
19+
```shell
20+
java -jar /your_calculator_directory/SimpleJavaCalculator.jar`
21+
```
22+
23+
## :sparkles: Example
1024

1125
![Example: Java Calculator](Screenshots/screenshot.png)
1226

13-
**👉 You might also like my [Simple Java Text Editor](https://github.com/pH-7/Simple-Java-Text-Editor).**
27+
## You might also like :monocle_face:
28+
29+
**[My Simple Java Text Editor](https://github.com/pH-7/Simple-Java-Text-Editor).**
1430

31+
<img src="https://github.com/pH-7/Simple-Java-Text-Editor/blob/master/Screenshots/find-replace-word-in-java-text-editor.png"></img>
1532

1633
## 💡 Authors
1734

@@ -34,4 +51,4 @@ Achintha Gunasekara: contact [AT] achinthagunasekara [D0T] com
3451

3552
## ⚖️ License
3653

37-
Apache License, Version 2.0 or later; See the license.txt file in the "NotePad" folder.
54+
Apache License, Version 2.0 or later; Read **[license.txt](./license.txt)** for further details.

0 commit comments

Comments
 (0)