MVP List - annkim10/pupfinder GitHub Wiki

Pupfinder, a Petfinder clone, is a web application that allows users to search for adoptable dogs in their region and connect future pet parents with rescue organizations.

  1. Hosting on Heroku

  2. User Auth - new account creation/login/demo login (2 days)

  • Users can sign up, sign in, logout
  • Users can use a demo login to try the site
  • Rescue orgs can sign in and post a pup
  1. Pup Match Quiz (2 days)
  • Users can fill out a questionnaire to match with a pup
  • Based on questionnaire results, see if they're compatible with a pup
  1. Pups (3 days)
  • Profile page for each pup with information on their breed, characteristics, etc.
  • Information about the rescue organization
  1. Search/Filters (3 days)
  • Users can search based on region, breed, size, etc.
  • Users can apply search filters to narrow the results
  1. Favorites (2 days)
  • Logged in users can favorite a pup
  • Favorited pups will appear in their user profile page
  1. Production README (0.5 days)