A Responsive app using React from the bootcamp course at Frontend Masters
Looking for the pet you want to adopt. You can choose the options Animal
, Breed
, Location
.
Also choose the color of the theme
.
React.js
: Implemented both Functional Component
AND Class Components
to build an app.
Carousel
: fetching data and build a list using map function
Modal
: Use useContext
and useRef
Search Bar
,Filters
: Try to keep it as reusable as possible.