https://github.com/rakin406/calculator
A GUI calculator application
https://github.com/rakin406/calculator
calculator gui
Last synced: 11 months ago
JSON representation
A GUI calculator application
- Host: GitHub
- URL: https://github.com/rakin406/calculator
- Owner: rakin406
- License: mit
- Created: 2022-08-26T13:26:37.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-26T14:02:42.000Z (almost 4 years ago)
- Last Synced: 2025-03-01T20:30:27.768Z (over 1 year ago)
- Topics: calculator, gui
- Language: CSS
- Homepage:
- Size: 171 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Description
A simple GUI application for calculations.
## Getting Started
### Dependencies
* Rust
* nodejs
* npm
### Executing program
* Open terminal
```bash
git clone https://github.com/rakin406/calculator.git
cd calculator
npm install
npm run tauri dev
```
## Authors
Rakin Rahman
## License
This project is licensed under the MIT License - see the LICENSE file for details