/dadjoke

Primary LanguageJavaScript

Dadjoke Engine

Getting Started

Click here to see the deployed application

For this project, we’re going to build a simple jokes website using https://icanhazdadjoke.com. The API and its documentation can be found here: https://icanhazdadjoke.com/api

Core Requirements

  • Be able to search for a joke
  • Be able to retrieve a random joke
  • Clicking on a joke should take you to a dedicated page for that joke (silly, we know)
  • This site should have a header, footer, and navigation for accessing the pages you build
  • Track previous searches with persistence

TODO:

  • make navbar responsive
  • finish footer
  • add spacing