A fun web project that fetches cat facts, random dog images, and jokes using APIs. This interactive page allows users to learn something new about cats, see adorable dog images, and enjoy random jokes with a single click!
- ๐ฑ Cat Facts: Displays interesting facts about cats using the
catfact.ninjaAPI. - ๐ถ Dog Images: Fetches and displays random dog images from the
dog.ceoAPI. - ๐ Random Jokes: Shows a random joke using the
official-joke-api. - ๐จ Modern UI: A beautiful gradient background, stylish buttons, and interactive cards.
- โก Fast & Responsive: Uses Axios for efficient API calls and works smoothly on all devices.
- HTML โ Structure of the webpage
- CSS โ Styling and layout (gradient, buttons, cards, etc.)
- JavaScript โ Fetching data from APIs & DOM manipulation
- Axios โ Handling API requests easily
