Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 822 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 822 Bytes

Strongr

⚠️ EXPERIMENTAL ⚠️

Build Status Coverage Status

Planned Key Features

  • React Native version
  • User accounts
    • Ability to track 1RM performance after a workout program cycle
    • Users can upload their own templates
    • Users can search and use popular templates that others have made
  • Add additional popular workout templates

Installation and Testing

git clone https://github.com/jooohhn/strongr.git
cd strongr
yarn

# Development
yarn dev

# Run tests
yarn test