Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.05 KB

README.md

File metadata and controls

25 lines (19 loc) · 1.05 KB

Chuck Norris App

Design and description in figma

Task

  1. Use Chuck Norris API to get jokes in JSON format - https://api.chucknorris.io
  2. Ability to get a random joke.
  3. Ability to get a random joke from categories (Use API to get all available categories).
  4. Ability to get jokes by free text search.
  5. Any joke can be marked/unmarked as favourite.
  6. Jokes marked as favourite should appear in the right section Favourite.
  7. Favourite jokes should be available after reloading the page and stored in the browser (No need to use Back-end).

Available Scripts

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.