Skip to content

nightwarriorftw/adopt-me

Repository files navigation

Pet Adopter

An application to adopt pets near Seattle.

Open Issues Forks Stars MaintainedOpen Source Love Built with Love Follow Me Telegram

🔩 Development

1. Clone the Repository

git clone https://github.com/nightwarriorftw/adopt-me.git
cd adopt-me

2. Install the dependencies

npm install

3. Run server:

npm run dev

📷 Gallery

Pictures of project.

Front Page Different themes Search results Details page Modal adoption confirmation

⚡ Demo

Demo

📁 File structure

├── 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/Acknowledgment

Credit goes to BrianHolt for explaining me concepts of react.

🔒 License

LICENSE

Since the project uses some API which are been blocked on hosting(as they are paid for production) this project cannot be hosted.