From f9c7776aedfd5aa30e7336af7459fd6acf7e6124 Mon Sep 17 00:00:00 2001 From: krolxon Date: Sat, 17 Feb 2024 20:09:05 +0530 Subject: edit readme and add LICENSE --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 3f6d27b..dc0be6f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,17 @@ -## JavaCalc +# ['JavaCalc'](https://github.com/krolyxon/cht-rs) - Simple calculator i made in java to learn expression parsing and Swing UI development. +Simple GUI calculator with complex infix expression evaluation made in Java using Swing. + +## Installation + +```bash + $ git clone --depth=1 https://github.com/krolyxon/JavaCalc --branch=master + $ cd JavaCalc + $ ./run.sh + ``` + +## JavaCalc in action +![](https://raw.githubusercontent.com/krolyxon/JavaCalc/master/asset/screenshot1.png) + +## License +This project is licensed under the [`GPLv3 LICENSE`](https://github.com/krolyxon/JavaCalc/blob/master/LICENSE) -- cgit v1.2.3