Skip to content

dsabalete/my-1-rm

Repository files navigation

my-1-rm

1RM Calculator

The 1RM is the maximum weight with which a single repetition of a particular exercise can be done. Since often testing what that amount is very risky and very expensive for the central nervous system, you can get to know it by applying the Brzycki formula (as long as the number of repetitions is greater than 10). The purpose of this application is to help calculate the 1RM of any training session.

Demo live.

Project setup

bun install

Compiles and hot-reloads for development

bun serve

Compiles and minifies for production

bun run build

Lints and fixes files

bun lint

Customize configuration

See Configuration Reference.