I built a Joke Generator app using JavaScript and an external API that fetches random jokes in real time. The app sends a request to the API, processes the response, and dynamically displays a new joke on the screen with each user interaction. This project helped me understand how to work with APIs, handle asynchronous operations using fetch, and update the UI using JavaScript.
