Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 1.34 KB

File metadata and controls

47 lines (31 loc) · 1.34 KB

Conjugate Training

App mockups, a desktop display with activity history and a mobile display adding an activity

Conjugate Training is an exercise journaling application designed to record your personal best weight records for strength training. Unlike other workout tracking applications which focus on tracking every set for every exercise, Conjugate Training specializes in tracking your maximum weights for exercises, with support for exercise variations and accommodating resistance with chains and bands.

Setup

You will need the following to be installed before getting started:

To get started, follow these steps:

  1. Clone the repository:

    git clone https://github.com/aduth/conjugate.training.git
    cd conjugate.training
  2. Install dependencies:

    pnpm install
  3. Start the development server:

    pnpm dev
  4. Open the application: Open your browser and navigate to http://localhost:5173 to start using the application.

License

Copyright 2025 Andrew Duthie

Released under the GPLv3 License.