RsGPACalculator is a Rust-based web to calculate GPA for MPCS students in SFU using wasm (Web Assembly). It supports functionalities to generate a table of courses & grades, showing courses basic info and adding new course for calculation.
git clone https://github.com/DirkFi/RsGPACalculator.git
cd RsGPACalculator/ && cargo make build
After the build is done, terminate it and run
cargo make serve
Visit it on http://0.0.0.0:3000/!
Of course, you can directly visit the all-done webpage through https://dirkfi.github.io/RsGPACalculator/!