001
Multi-System Scoring
Instantly calculates Wilks, IPF GL, and DOTS scores from a single clean interface.
CASE STUDY / COMPLETED
Minimalist web application for calculating and comparing live powerlifting scores.
01 / PROBLEM
Powerlifters on the platform need instant score comparison across multiple federations and formulas (Wilks, IPF GL, DOTS).
02 / RESEARCH
Eliminating network latency and dependency overhead was essential. All algorithmic logic executes locally in real time on the client.
03 / FEATURES
001
Instantly calculates Wilks, IPF GL, and DOTS scores from a single clean interface.
002
Automatically shows exactly how many kilograms are needed to beat the current leader in the ranking.
003
Saves results and dynamically ranks multiple athletes during a training session or competition.
04 / ARCHITECTURE & AI
LOGIC / ARCHITECTURE / AI
Implementing complex mathematical scoring formulas and a responsive UI in pure Vanilla JavaScript without external frameworks.
LESSONS LEARNED
Building without dependencies enforces performance discipline and proves that simplicity and native browser APIs often beat complexity.