Hi guys,
Here is my take on the mixed messages portfolio project: GitHub - sicarius97/joke-message-generator
I took this project a little further than what was required using my basic knowledge of html and css to put forth a simple web page that would display a random dad joke when the button is clicked. I used the native JS fetch method to grab a joke from a dad joke api, convert the data into json, and then grab the json joke text and display it to the simple single web page when the button gets clicked. Had a lot of fun and feel free to provide feedback and run it yourself!