Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aditya81070/adopt-me
A React powered pet adoption web app
https://github.com/aditya81070/adopt-me
frontendmasters javascript parcel petfinder-api portals react react-context-api react-hooks redux
Last synced: about 1 month ago
JSON representation
A React powered pet adoption web app
- Host: GitHub
- URL: https://github.com/aditya81070/adopt-me
- Owner: aditya81070
- License: mit
- Created: 2019-08-24T17:05:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T09:01:44.000Z (about 2 years ago)
- Last Synced: 2023-03-03T18:59:06.690Z (almost 2 years ago)
- Topics: frontendmasters, javascript, parcel, petfinder-api, portals, react, react-context-api, react-hooks, redux
- Language: JavaScript
- Homepage: https://adopt-me-react.netlify.com/
- Size: 718 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Adopt Me
A React powered pet adoption app.
This project is developed during [Intro to React v5](https://frontendmasters.com/courses/complete-react-v5/) course at FrontEnd Masters.
## Key Learning
1. Setup Prettier, Eslint, Parcel and Babel
2. Functional Components
3. React Hooks
- useState
- useEffect
- useContext
- useRef
- Custom Hooks
4. Class Components
5. Asynchronous data fetching
6. React Context
7. React Portals
8. Error Boundaries
9. Reach RouterThere 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.