See the website: https://ankerx.github.io/workout-app/
My first react project. This app is created to track workout data.

You can add, edit and delete sets, reps and weight. Data of all workout, for example how many kilograms u lifted, is calculated. There is also switch dark/ligth mode. It was my first app with Context API, React Router and Material UI. I really liked it.
- Clone the repo
git clone https://github.com/ankerx/workout-app.git
- Install NPM packages
npm install
- Type
npm start