This is a beginner-friendly React app that displays a random animal image (from dogs) and a random animal fact (from cats). It's a fun way to practice working with:
- React functional components
- React Hooks (
useState,useEffect) - API calls and async/await
- Basic CSS styling
- 🖼️ Displays random dog images
- 📖 Shows random cat facts
- 🔁 Button to fetch new image + fact
- 📱 Clean, responsive UI with basic CSS
- React (Create React App)
- JavaScript (ES6+)
- CSS
- Public APIs:
git clone https://github.com/aneesh-acharyeah/animal-facts-app.git
cd animal-facts-app
npm install
npm start