Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 2.04 KB

README.md

File metadata and controls

25 lines (20 loc) · 2.04 KB

Petly

Petly is a web application that allows users to find pets/animals in need of homes from animal shelters. Using live data pulled from PetfinderAPI to find animals currently located in shelters across the United States. Users may search for animals in need by location (zipcode), animal type, or by breed. All data used in this project belongs to PetfinderAPI.

Tech Stack

JavaScript React SASS Express.js NodeJS Axios

Overview

alt text

  • Get started and create an account with Petly with user information being stored in a MongoDB back-end.
    • User information is hashed and salted using bcrypt for security purposes.
    • Creating an account will also provide a unique id to access saved animals in the My List feature.

alt text

  • Ready to rescue a pet/animal? Search for your next friend by searching via Location (Zipcode), Gender, Animal Type, or Breed.
    • An image carousel at the bottom displays the photos of the most recent postings to Petfinder API.

alt text

  • Pets/Animals searched are shown in order of most recent postings to PetfinderAPI filtered by the entered search criteria.
    • Pets/Animals are shown as individual cards and can be interacted with to show more information or to save them to your personal list.