https://www.youtube.com/watch?v=3yQK1dv4JrM
You can try this web application out at Heroku https://gym-tracker123.herokuapp.com/.
Gym Tracker is a web application which allows you to follow your progress at the gym. Add workouts and sets every time you train and you'll be able to see your statistics on the graphs.
All the data from workouts is stored in the local storage. To keep it across multiple devices it is possible to export data by pressing export and then importing file on other device by pressing import.
In order to run the application you'll need to have the following installed
- React
- NPM
- Clone this repository to desired location
git@github.com:Shady6/GymTracker.git - Open command line in the project directory and type
npm iand enter - Run
npm startand the application will be running at localhost:7000