A simple web application that fetches and displays random jokes using JavaScript Fetch API.
Visit the live website: https://atadewa.github.io/random-joke-app/
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.
- Fetches random jokes from Official Joke API
- Interactive punchline reveal
- Clean and responsive design using Tailwind CSS
- Reset functionality to get new jokes
- HTML5
- JavaScript (Fetch API)
- Tailwind CSS
This project was built to practice:
- JavaScript Fetch API
- Async/await functions
- DOM manipulation