An open API service indexing awesome lists of open source software.

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)

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
```