Find your purrfect pet companion based on your lifestyle and preferences!
Purrfect Match is a web application designed to connect potential pet owners with adoptable pets. The app uses a matching mechanism to recommend pets based on user lifestyle and preferences, increasing the likelihood of successful pet adoptions.
- Matching Quiz: Find your ideal pet through a personalized questionnaire
- User Accounts: Create an account to save favorite matches and pet preferences
- Advanced Filtering: Search for pets by breed, size, age, and specific characteristics
- Breed Information: Learn detailed information about different pet breeds
- Favorites: Save pets you're interested in for future reference
- SvelteKit - Fast, efficient front-end framework
- TailwindCSS - Utility-first CSS framework
- DaisyUI - Tailwind CSS component library
- SvelteKit - Server-side rendering and API endpoints
- Supabase - PostgreSQL database for user accounts and preferences
- PetFinder API - External data source for pet listings
- Vercel - Hosting and CDN
- Home: Landing page with key features
- Match for Me: Questionnaire to find compatible pets
- Find Pets: Browse pets by category and breed
- Pet Details: View detailed information about specific pets
- My Favorites: Save and manage favorite pets
- User Profile: Manage account and preferences
- Categories Management: Create and manage pet categories
- Breeds Management: Add and edit breed information
- User Management: Admin tools for user accounts
# Install dependencies
npm install
# Set up environment variables
touch .env
# Add your API keys to the .env file
# You will need these API keys:
# PUBLIC_SUPABASE_URL=""
# PUBLIC_SUPABASE_ANON_KEY=""
# PRIVATE_SUPABASE_SERVICE_KEY=""
# PRIVATE_PETFINDER_KEY="" # PetFinder API key
# PRIVATE_PETFINDER_SECRET="" # PetFinder API secret
# Start development server
npm run dev
Purrfect Match uses the PetFinder API to access pet adoption data:
- Authentication via access token
- 1,000 requests per day limit (50 per second)
- Rich data including pet type, breed, size, compatibility factors, and more
- Jing
- Aska
- PetFinder API for providing access to their extensive pet adoption database
- Svelte and SvelteKit for the awesome framework
- Tailwind CSS and DaisyUI for styling
- Supabase for database services
- Vercel for hosting