https://github.com/cornips/random-chuck-norris-jokes
Show random Chuck Norris jokes and save them as favourites
https://github.com/cornips/random-chuck-norris-jokes
gulp javascript webpack
Last synced: 10 months ago
JSON representation
Show random Chuck Norris jokes and save them as favourites
- Host: GitHub
- URL: https://github.com/cornips/random-chuck-norris-jokes
- Owner: cornips
- Created: 2020-03-29T23:03:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-05T17:02:04.000Z (over 3 years ago)
- Last Synced: 2024-05-02T05:58:32.120Z (about 2 years ago)
- Topics: gulp, javascript, webpack
- Language: JavaScript
- Size: 2.15 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Random Chuck Norris jokes
Show random Chuck Norris jokes and save them as favourites.
This was a job interview assignment I did in 2019.
## Assignment
- This application can fetch 10 Random Chuck Norris jokes, fetched from the [ICNDb API](http://api.icndb.com/jokes/random/10).
- When these jokes are fetched via a button they are displayed in a list.
- In this list you can mark certain jokes as favourite.
- The favourite jokes will appear in a favourites list with a max of 10 unique items.
- There is an option to remove jokes from the favourites list as well.
- The favourites list is stored, so next time you visit your favourites are present.
- You can also toggle a timer via a button (every 5 seconds), this will add [one random joke](http://api.icndb.com/jokes/random/1) to
the favourites list until the list has 10 items.