A React powered pet adoption app.
This project is developed during Intro to React v5 course at FrontEnd Masters.
- Setup Prettier, Eslint, Parcel and Babel
- Functional Components
- React Hooks
- useState
- useEffect
- useContext
- useRef
- Custom Hooks
- Class Components
- Asynchronous data fetching
- React Context
- React Portals
- Error Boundaries
- Reach Router
There is a commit for every meaning full part of code. You can just checkout the commit and can continue from there.
Please run
npm install
whenever you checkout so your project is up to date with dependencies.