This project was created with Create React App
- Git clone this repo
- Run
npm install
to install all the dependencies listed in package.json - Run
npm run start
to start the local development server
Check out the different branches to see how this repo evolved over a week of React lectures
- (main) React components & props
- (react-state) React state with useState & useEffect
- (react-lifting-state) React lifting state
- (react-router) Reacter router
You can see the changes from day to day in the "Pull Requests" in this repo