https://github.com/devil-1964/adoptme
"AdoptMe🐾: React-based pet adoption app. Easy UI, fetch queries for local pets🐕. Simple, dynamic, and user-friendly experience."
https://github.com/devil-1964/adoptme
javascript reactjs
Last synced: 2 months ago
JSON representation
"AdoptMe🐾: React-based pet adoption app. Easy UI, fetch queries for local pets🐕. Simple, dynamic, and user-friendly experience."
- Host: GitHub
- URL: https://github.com/devil-1964/adoptme
- Owner: devil-1964
- Created: 2024-05-10T17:31:05.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-16T11:05:41.000Z (almost 2 years ago)
- Last Synced: 2025-08-19T04:50:15.134Z (11 months ago)
- Topics: javascript, reactjs
- Language: JavaScript
- Homepage: https://adopt-me-puce.vercel.app
- Size: 152 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🐾 AdoptMe
Welcome to the **AdoptMe** repository! This is a React-based project deployed on Vercel. The purpose of this project is to help users find animals and breeds available for adoption in various locations. By using search parameters, users can fetch relevant information about adoptable pets.
## 📋 Table of Contents
- [🔍 Overview](#-overview)
- [✨ Features](#-features)
## 🔍 Overview
AdoptMe is a web application designed to help people find pets available for adoption in their area. It leverages React features and fetch queries to provide a dynamic and responsive user experience.
## ✨ Features
- **⚛️ React Hooks:** Utilizes hooks such as `useState` and `useEffect` to manage state and side effects.
- **🔗 Fetch API:** Uses fetch queries to retrieve data on animals and breeds from an external API.
- **🔍 Search Parameters:** Allows users to search for pets by specifying location, animal type, and breed.
- **📱 Responsive Design:** Ensures the application is usable on various devices, including mobile phones and tablets.
- **🚀 Deployed on Vercel:** The project is deployed on Vercel for easy access and continuous deployment.