Create your Workout and get in Shape.
See the website here.
YourFault is a project in the DCI React Module made by inedfcn and chmette.
The project is made to practice the Usage of React Hooks like UseReducer.
YourFault is a website to create your own workout without complaining. Choose the exercise and the repetitions, at least 5 of it and do the training 3 round. You will be fit in no time :) .
This project was bootstrapped with Create React App.
The tech stack:
- React (with hooks)
- Improving the understanding of the structure of React
- working with hooks (UseState, useReducer)
- Practice the use of importing data and display it in different ways
- clone the repo locally:
git@github.com:chmette/yourfault.git
- go to the project folder :
cd yourfault
- install the dependencies with
npm install
- run
npm start
to view the project on your local host