Skip to content

ching202/dog-query-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dog Query App

This React app uses TanStack Query to fetch and cache asynchronous data from the Dog API.

Features

  • Fetches dog breeds
  • Displays loading, error, and success states
  • Fetches detailed breed information by breed ID
  • Fetches dog facts
  • Fetches dog groups
  • Uses TanStack Query with QueryClientProvider and useQuery

How to Run

Install dependencies:

npm install

Install TanStack Query:

npm install @tanstack/react-query

Run the app:

npm run dev

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors