Try Online: Joke Generator
This joke generator was created soon after my first API-based project, my Weather App, simply because I had heard of the dad joke api and I was keen to give it a try and see if I could make something that made my little nephews laugh! Soon after showing it off for the first time, I realised I needed to filter out some of the more risky jokes in order to protect the innocent so I included a NSFW button so that users can toggle the naughtier jokes when children might be present.
To work with this app, follow these steps:
- Start a new project in your IDE.
- Clone down the repo:
git clone https://dannykryan.github.io/Joke-Generator/
- You can now view the website running locally in your browser by right-clicking index.html and choosing 'Open in Live Server'.