A simple web application that fetches and displays programming jokes.
- Fetches random programming jokes from the JokeAPI
- Displays jokes in a card format with setup and delivery
- Click button to get a new joke
index.html- Main HTML pagecomponents/Jokes.js- JavaScript for fetching and displaying jokescss/style.css- Styling for the joke cards
Uses JokeAPI to fetch two-part programming jokes.