https://github.com/duskyelf/calculator-yew-rs
Simple Calculator in Rust (yew)
https://github.com/duskyelf/calculator-yew-rs
Last synced: about 1 year ago
JSON representation
Simple Calculator in Rust (yew)
- Host: GitHub
- URL: https://github.com/duskyelf/calculator-yew-rs
- Owner: DuskyElf
- License: mit
- Created: 2022-10-13T09:33:17.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-17T05:29:07.000Z (over 3 years ago)
- Last Synced: 2025-02-13T11:46:28.743Z (over 1 year ago)
- Language: Rust
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Calculator in Rust (yew)
### Under Development
- Check out yew here - https://yew.rs/
- Styles from - https://github.com/WebDevSimplified/react-calculator
### Quick Start
```shell
$ git clone git@github.com:DuskyElf/calculator-yew-rs.git
$ cd calculator-yew-rs
$ #Make sure you have trunk installed
$ #Also wasm32-unknown-unknown as a rustup compilation target
$ trunk serve
```