A sleek React app that fetches and displays detailed information about various cat breeds. Built with React and Vite, this project is designed to practice data fetching, state management, and hooks.
Check out the live version of the app hosted on GitHub Pages:
Cat Explorer
- ✅ Fetches cat details from an API
- ✅ Displays the cat’s name, image, grooming level, and child-friendliness
- ✅ Interactive hover effect to reveal more details
- ✅ Smooth animations for a polished user experience
- ⚛️ React + Vite
- 🔄 useState, useEffect, useRef
- 🌐 Fetch API
- 🎨 CSS for styling and animations