Random Joke Generator banner

Random Joke Generator

2 devlogs
22h 59m 46s

This is a simple Random Joke Generator web app that fetches jokes from an API and displays them in a clean, interactive UI. If the API fails, it shows a fallback joke to keep the experience smooth.

πŸ‘¨β€πŸ’» Built by: Me [Apurna] learning JavaScript,…

This is a simple Random Joke Generator web app that fetches jokes from an API and displays them in a clean, interactive UI. If the API fails, it shows a fallback joke to keep the experience smooth.

πŸ‘¨β€πŸ’» Built by: Me [Apurna] learning JavaScript, DOM manipulation, and API handling through Hack Club.

πŸš€ What’s next:

  • Add more joke categories
  • Improve UI with animations
  • Add copy/share joke feature
  • Connect multiple joke APIs for variety
This project uses AI

I was use copilot in this project for find debugs in my code because this is the my first project by using fetch and API.and also use ChatGPT for write readme.

Demo Repository

Loading README...

apurnaray25

Shipped this project!

Built a simple and fun web app that fetches jokes from an API and displays them in a clean UI. It also includes fallback jokes to handle API failures smoothly. This project helped me improve my skills in JavaScript, DOM manipulation, and working with fetch API.

Excited to keep building and improving it further!

apurnaray25

This project is a beginner-friendly web application designed to improve understanding of JavaScript and API integration. It focuses on real-time data fetching and updating content dynamically on the webpage without reloading. The interface is kept simple and modern to make the experience smooth and engaging. It also demonstrates basic error handling to ensure the app works even when external services fail.

0
apurnaray25

This is a simple Random Joke Generator web app that displays jokes using a public API. It is built using HTML, JavaScript, and DOM manipulation to create an interactive user experience. If the API request fails, the app automatically shows a fallback joke so the user always gets a response. The project helps practice working with fetch API, error handling, and dynamic UI updates.

Attachment
0