Skip to content

Rust Web App using Yew to perform the functions of a 4-function calculator

Notifications You must be signed in to change notification settings

Likey00/ExpressionEvaluator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExpressionEvaluator

Rust Web App using Yew to perform the functions of a 4-function calculator

How to access from web

The web app can be accessed here

How to run locally

First, download rust from here

Next, use cargo to install trunk by running: cargo install trunk

Finally, add the WASM build target by running: rustup target add wasm32-unknown-unknown

Now you can run the app locally from the project folder with: trunk serve --open

About

Rust Web App using Yew to perform the functions of a 4-function calculator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published