The Pet Finder Web App utilizes the Petfinder API to help users find adoptable animals. Users can search for animals based on location, type, and breed, and view detailed information on each pet to help with the adoption decision-making process. This app encourages responsible pet ownership by making it easy to connect with adoptable pets nearby.
- Features
- Video Walkthrough
- Getting Started
- Prerequisites
- Installation
- Environment Variables
- Usage
- License
- Search for adoptable pets by location, type, and breed.
- View detailed information, including images, about each animal.
- Interactive user experience with a focus on pet adoption.
Here's a walkthrough of implemented features:
Follow these steps to set up the project and start using the app.
- Node.js (v14 or higher recommended)
- npm (v6 or higher recommended)
-
Clone this repository:
git clone https://github.com/yourusername/pet-finder-web-app.git cd pet-finder-web-app -
Create a
.envfile in the root directory and add your Petfinder Credential:
VITE_APP_API_KEY=<Replace with your app key>
VITE_APP_SECRET=<Replace with your app secret>- Install dependencies:
npm install- Start the frontend development server:
npm run devThis will start the frontend server on http://localhost:5173.
