This is the finished Project from the React Tutorial course
- JSX
- Props
- State
- Hooks
- Effect
- Components
- Immutability
- Events
- Forms
- Lifting state up
- Passing props down
- Using APIs & fetch
- Custom hooks
- Restoring from localStorage
- React Router
- and many more!
To run this project locally, we use the npm package manager and Parcel.
- Install parcel (if not already done)
npm install -g parcel-bundler
- Set up npm
npm init -y
- Run a live server
npx parcel src/index.html
- (Optional) build for Production
npx parcel build src/index.html --no-source-maps --public-url . --no-cache



