Skip to content

piny4man/power-scouter

Repository files navigation

Scouter

Powerlifting competition points calculator.

Fullstack web application made with 🧡 and Rust.

Tech Stack

Client: Dioxus

Server: Actix Web

Deployement Shuttle

Roadmap

  • 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

Improvements

  • Improve UI (Investigate SASS)
  • Optimize frontend build and size

Website

Here

Run Locally

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

Authors