Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 879 Bytes

File metadata and controls

32 lines (20 loc) · 879 Bytes

Random Joke App

A simple web application that fetches and displays random jokes using JavaScript Fetch API.

🌐 Live Demo

Visit the live website: https://atadewa.github.io/random-joke-app/

📖 About

This is a mini-project created to learn and practice working with the Fetch API. The app fetches random jokes from an external API and displays them with a simple, interactive interface.

✨ Features

  • Fetches random jokes from Official Joke API
  • Interactive punchline reveal
  • Clean and responsive design using Tailwind CSS
  • Reset functionality to get new jokes

🛠️ Technologies Used

  • HTML5
  • JavaScript (Fetch API)
  • Tailwind CSS

📚 Learning Goals

This project was built to practice:

  • JavaScript Fetch API
  • Async/await functions
  • DOM manipulation