Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 805 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 805 Bytes

React Hooks Practice with Petfinder API 🐾🎣

Overview

This is a practice project aimed at mastering React Hooks. The application utilizes the Petfinder API v2 to fetch and display pet details, offering a practical hands-on experience in building React applications. Learn how to manage component states, side-effects, and more with React Hooks.

Tech Stack 🛠️

  • Frontend: React, TypeScript
  • State Management: React Hooks
  • API Calls: React Query
  • Styling: TailwindCSS

Features 🌟

  • JWT Authentication for secure access
  • Fetch pet details such as name, breed, location, and more
  • Use various React Hooks like useState, useEffect, and React Query for data fetching
  • User-friendly search and filter options for finding pets
  • design built with TailwindCSS