## 🌐 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](https://v2.jokeapi.dev/) ### 🔧 Features & Requirements - Allow users to select the following parameters: 1. **Category**: One or multiple options among: - Programming - Miscellaneous - Pun - Spooky - Christmas 2. **Type of Joke**: - Single-line joke - Two-part joke (setup + punchline) 3. **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.