diff options
| author | krolxon <krolyxon@tutanota.com> | 2024-02-17 20:09:05 +0530 |
|---|---|---|
| committer | krolxon <krolyxon@tutanota.com> | 2024-02-17 20:09:05 +0530 |
| commit | f9c7776aedfd5aa30e7336af7459fd6acf7e6124 (patch) | |
| tree | b4243fd51fd982f45a80913de7558c84802e0c56 /README.md | |
| parent | 46f83731f76ccb703307a9705c5cca93bfaf40d9 (diff) | |
edit readme and add LICENSE
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 17 |
1 files changed, 16 insertions, 1 deletions
@@ -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 + + +## License +This project is licensed under the [`GPLv3 LICENSE`](https://github.com/krolyxon/JavaCalc/blob/master/LICENSE) |
