benchMark Client
Strength-training tracking designed with the user in mind. Create, update, delete and review workouts in real time - with the user remaining in the driver seat for the control of their data.
benchMark Client
is the frontend for benchMark
. To see benchMark
in action, check out benchMark.
The benchMark
backend can be found at: benchMark-server
benchmark
supports the creation of your own user account. If you’d like to see it in action before signing up, use the demo account details below.
Here at benchmark
we are strength-training enthusiasts. We understand the amount of stuff you carry at the gym as you work to break your limits. So we’re here to help. benchMark
is an easy solution allowing you to leave that pen and paper at home, and quickly log and track your workout progress in the same device that plays those tunes to keep you pumped up.
benchMark Client
is designed to seamlessly integrate with your gym routine. Accidentally close the app? We’ve got your back: As long as exercise set information was submitted upon each of their individual completion, you can head over to the myWorkouts page, give the most recent work out a double tap, and tap on that continue button. Your submitted progress will be reflected, allowing you to pick up right where you left off. No muss, no fuss. A sensible way to keep your focus where it belongs: on breaking their limits.
Clone this repository to your local machine
git clone https://github.com/trevorjalt/benchmark-client benchmark-client
Change directory into the cloned repository
cd benchmark-client
Make a fresh start of the git history for this project
rm -rf .git && git init
Install the node dependencies
npm install
Follow the setup instructions to get benchMark Api
up and running.
Run the benchmark tests
npm t
Start the application
npm start