π Random Cat Fact Generator
A simple web app that displays random cat facts using an external API. Each time you refresh or trigger the function, a new fact is shown on the screen.
π Features Fetches random cat facts from an API Dynamic content update using JavaScript Clean and minimal UI Beginner-friendly project
π οΈ Tech Stack HTML CSS JavaScript (Fetch API)
π Project Structure
API-App/
βββ index.html # Main UI
βββ script.js # Fetch API + logic
βοΈ How It Works JavaScript sends a request to a Cat Facts API API responds with a random fact Fact is displayed on the UI dynamically
π¨βπ» Author | Sachin Gupta