A convenient way to log lifting progress for power lifters
Explore the docs »
Report Bug
·
Request Feature
An android app written in React Native to log lifting progress for power lifters. Log your highest weight and repetitions for a given date and the app will calculate your one rep maximum and strength scores.
There are many other tracking apps available. Therefore, the focus of this app is not to track your whole training, but only the heavy lifts. With this data, it calculates your current 1RM and lifting strength and displays progress graphs for them.
The tracker was developed with these use cases in mind:
To get a local copy up and running follow these simple steps.
This is a list of things you need to use the software and how to install them.
npm install npm@latest -g
1. Clone the repo
git clone https://github.com/bearbob/LiftingLog.git
npm install
npm start
to setup and run the app on your environmentnpm test
, if your want to run the unit testsSee the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)Distributed under the Apache License 2.0. See LICENSE
for more information.