🌐 Build a Website to Fetch Customized Jokes via API
📝 Task
Develop a website that fetches jokes from an API based on user-selected parameters.
📖 API Reference
Use the JokeAPI:
🔗 JokeAPI Documentation
🔧 Features & Requirements
- Allow users to select the following parameters:
- Category: One or multiple options among:
- Programming
- Miscellaneous
- Pun
- Spooky
- Christmas
- Type of Joke:
- Single-line joke
- Two-part joke (setup + punchline)
- Number of Jokes: Between 1 to 5 (display all jokes according to number).
- Fetch and display jokes based on user input.
- Use API calls to retrieve jokes dynamically and display them accordingly.