petarpetrovkav / JavaScriptExercises

0 stars 1 forks source link

Task 3 - Create a Chuck Norris joke app. #5

Closed petarpetrovkav closed 1 year ago

petarpetrovkav commented 1 year ago
  1. Make an api call to display a random Chuck Norris joke on the app.
  2. Then call the categories api and list all the available categories on the app.
  3. When a user selects a category, display the jokes for those categories.
  4. Also, allow the user to search by text, when clicking the search button, make an api call and display the jokes from the response. 5.(Display info text if there are no jokes for that search term)

Use the following url: https://api.chucknorris.io

petarpetrovkav commented 1 year ago

Done