/dadjokes

Dad Jokes Web App

Primary LanguageJavaScript

Dad Jokes - a JavaScript Based Web App

Introducing "Dad Jokes: The Ultimate Source of Cheesy Laughter!"

image

Are you ready to embark on a hilarious journey into the world of dad jokes? Look no further! Our JavaScript Dad Jokes web app is here to tickle your funny bone and leave you in stitches.

Get ready to embrace the sheer delight of cringeworthy humor as you explore an extensive collection of pun-tastic dad jokes. With just a click of a button, our app will serve you a fresh dose of laughter, guaranteed to make you groan and giggle at the same time.

But wait, there's more! Feel like sharing your own gems of comedic genius? Our app allows you to add your very own dad jokes to the ever-expanding repertoire. Spread the laughter and watch as your jokes become part of the delightfully cheesy tapestry of dad humor.

Get ready to laugh!

App Purpose

I built this basic JavaScript app to be used for learning. Feel free to use this repo to get started with JavaScript.

I also used this app in one of my JavaScript courses on Pluralsight. You can find my Pluralsight author profile here: Steve Buchanan on Pluralsight.

App Architecture

This app consists of:

  • HTML
  • Bootstrap CSS
  • JavaScript
  • Node.js
  • Express
image

App Deployment

This app requires a MySQL database. You will need to host the database somewhere. In the repo there are files with SQL code for creating the database, table, and for inserting the jokes. The folder path is dadjokes/setup/createdbandinsertjokes/

  • createDBandJokesTable.sql
  • insertJokes.sql

I have tested two deployment options for deploying this app. These are:

Be sure to visit my blog www.buchatech.com to stay up to date on my adventures in tech!

Happy Coding!