https://github.com/junip/pet
A react-app to search pet using Petfinder Api
https://github.com/junip/pet
pet-search petfinder petfinder-api petfinderreact react reactjs search
Last synced: about 2 months ago
JSON representation
A react-app to search pet using Petfinder Api
- Host: GitHub
- URL: https://github.com/junip/pet
- Owner: junip
- License: mit
- Created: 2019-02-16T19:57:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T05:39:44.000Z (over 3 years ago)
- Last Synced: 2025-03-16T09:32:41.696Z (over 1 year ago)
- Topics: pet-search, petfinder, petfinder-api, petfinderreact, react, reactjs, search
- Language: JavaScript
- Homepage: https://pet-five.now.sh
- Size: 11.8 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Get your favorite Pet
✨ React app that helps you to find your favorite pet ✨
### Generate API keys
Register in [PetfinderAPI](https://www.petfinder.com/developers/api-key) to get API keys. Petfinder API allows you to search their database for available pets ready for adoption.
**Make a new `.env` file and add your secrets**
```sh
API_KEY = your_api_key
API_SECRET = your_api_secret
```
```
Run the app locally
~/ npm i & npm run dev
```
## Scripts
```sh
# Run locally
npm run dev
# Make production build
npm run build
# Code Formatting
npm run format
# Clear ./dist & ./cache folder
npm run clear
```
### ToDo
- [ ] Provide input from UI
- [ ] Add Pet Details Page
### LICENSE
MIT @Junip Dewan