junip / pet

A react-app to search pet using Petfinder Api

Home Page:https://pet-five.now.sh

Repository from Github https://github.comjunip/petRepository from Github https://github.comjunip/pet

drawing

contributions license-mit

Get your favorite Pet
✨ React app that helps you to find your favorite pet ✨

drawing

Generate API keys

Register in PetfinderAPI 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

 API_KEY = your_api_key
 API_SECRET = your_api_secret
Run the app locally

~/ npm i & npm run dev 

Scripts

# 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

About

A react-app to search pet using Petfinder Api

https://pet-five.now.sh

License:MIT License


Languages

Language:JavaScript 48.8%Language:SCSS 25.0%Language:CSS 23.1%Language:HTML 3.1%