#Introduction
A project meant to practice various concepts in react. #About Creating a pet adoption portal, where one can search for pets from a specified location, and of a particular breed and animal.
List of pets available and their details is fetched from an API.
Each pet has an option of "Adopt Me" after which one is redirected to an adoption portal
#React Features Covered:
- Class Components
- Hooks
- Error Boundaries
- Contexts
- Reach Router
- Effects
- Async..await
- useEffect
- Portals