An application to adopt pets near Seattle.
git clone https://github.com/nightwarriorftw/adopt-me.git
cd adopt-me
npm install
npm run dev
Pictures of project.
├── assets
├── LICENSE
├── package.json
├── package-lock.json
├── README.md
└── src
├── App.js
├── Carousel.js
├── Details.js
├── ErrorBoundaries.js
├── index.html
├── Modal.js
├── Navbar.js
├── Pet.js
├── Results.js
├── SearchParams.js
├── style.css
├── ThemeContext.js
└── useDropdown.js
Credit goes to BrianHolt for explaining me concepts of react.
Since the project uses some API which are been blocked on hosting(as they are paid for production) this project cannot be hosted.