The project was created to mark the increase in weights in gym workouts. The idea is to mark the progression of the weight of the according exercise and the number of series.
๐๏ธ At the moment, the project isn't finished
Home | Workout | Workout/Series |
---|---|---|
Clone the project
[email protected]:rogigs/pwr-lifting.git
Go to the project directory
cd pwr-lifting
Install dependencies
npm install
Start project
npm run start
To run tests, run the following command
npm run test