Skip to content

Webapp to find pets available for adoption based on desired location, animal, and breed. Based on the exercise from Brian Holt's Complete Intro to React v4 course (https://frontendmasters.com/courses/complete-react-v4/). Uses Petfinder.com's API to show currently available pets.

Notifications You must be signed in to change notification settings

josahty/petfinder-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

petfinder-app

Webapp to find pets available for adoption based on desired location, animal, and breed.

Uses Petfinder.com's API to show currently available pets.

Based on the exercise from Brian Holt's Complete Intro to React v4 course.

Setup

  1. Go here to get your own API key and secret
  2. Clone repo
  3. Run npm install to get dependencies
  4. Create a new file named .env in the root directory (same directory as the package.json file)
  5. Add your API_KEY and API_SECRET from Petfinder.com to .env
  6. Run npm run dev to build the app and start a local server to host it

About

Webapp to find pets available for adoption based on desired location, animal, and breed. Based on the exercise from Brian Holt's Complete Intro to React v4 course (https://frontendmasters.com/courses/complete-react-v4/). Uses Petfinder.com's API to show currently available pets.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published