Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 580 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 580 Bytes

Chuck Norris Jokes

Features

  • Add 10 random Chuck Norris jokes to a list
  • Add 1 random Chuck Norris joke to a list every 5 seconds, until there are 10 jokes.
  • Clear the random Chuck Norris jokes list
  • Add individual jokes to favourite list
  • Remove individual jokes from favourite list
  • Favourite list is maintained on refresh

Install

This app uses node.js with express as only dependency. ES6 is used, and since it's not being compiled, some browsers might not be able to run this app.

How to run

Run npm i && node app.js in a terminal from the project root.