The React: up and running is a four day workshop designed to cover questions faced while building production level react applications.
The project is bootstrapped with Create React App and answers questions about what to do after that. Questions such as structuring react applications, integrating essential libraries, hooks, and state management are covered.
Each day is covered in a separate branch starting from day-one to day-four. See below on how you can checkout to each branch. The goal is to build and an e-commerce frontend at the end of the day.
$ git checkout day-one
$ git checkout day-two
$ git checkout day-three
$ git checkout day-four