Skip to content

aneesh-acharyeah/animal-facts-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🐾 Random Animal Facts & Images App

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

🚀 Features

  • 🖼️ Displays random dog images
  • 📖 Shows random cat facts
  • 🔁 Button to fetch new image + fact
  • 📱 Clean, responsive UI with basic CSS

🔧 Built With


📸 Preview

Preview Screenshot


📂 Getting Started

git clone https://github.com/aneesh-acharyeah/animal-facts-app.git
cd animal-facts-app
npm install
npm start

About

A fun React app that fetches random animal images (like dogs) and facts (like cats) using public APIs. Built with functional components and styled with CSS.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors