Powerlifting competition points calculator.
Fullstack web application made with 🧡 and Rust.
Client: Dioxus
Server: Actix Web
Deployement Shuttle
- Integer validation on inputs
- Local points calculation
- API Score calculation
- Refactor frontend components
- Scores history
- Clear inputs after successful score calculation
- Add competitor data to scores
- Add "session" data, will be client session
- Improve UI (Investigate SASS)
- Optimize frontend build and size
Clone the project
git clone https://github.com/piny4man/power-scouter.git
Go to the project directory
cd power-scouter
(Optinal) Install cargo make
cargo install cargo-make
Start the server
cd front
dioxus serve
or with cargo make
from the root
makers serve