Skip to content

Latest commit

 

History

History
64 lines (40 loc) · 2.19 KB

README.md

File metadata and controls

64 lines (40 loc) · 2.19 KB

Random Joke Generator

Welcome to the Random Joke Generator! This web app allows you to generate and enjoy random jokes with just a click of a button.

Table of Contents

About

The Random Joke Generator is a simple web application that fetches random jokes from the JokeAPI and displays them on the screen. It provides two types of jokes: single-line jokes and two-part jokes.

The application is built using HTML, CSS for styling, and JavaScript for fetching data from the API and updating the content on the page.

Getting Started

To get started with the Random Joke Generator, simply follow these steps:

  1. Clone this repository to your local machine.
  git clone https://github.com/vyshnav0/Random-Joke-Generator.git
  1. Open the index.html file in your web browser.

That's it! You're ready to start generating and enjoying random jokes.

Usage

  • Click the "Generate Another" button to fetch and display a new random joke.
  • If the fetched joke is a two-part joke, you can reveal the punchline by clicking the "Reveal Joke" button.
  • Have fun and enjoy the jokes!

Technologies

The project is built using the following technologies:

  • HTML
  • CSS (including the animate.css library for animations)
  • JavaScript
  • JokeAPI (for fetching random jokes)

Contributing

Contributions to this project are welcome! If you have any ideas for improvements or new features, feel free to open an issue or submit a pull request.

Acknowledgments

I would like to acknowledge the following tutorial that served as a valuable reference while developing this project:

License

This project is licensed under the MIT License.


Have fun generating and sharing random jokes with the Random Joke Generator! If you encounter any issues or have suggestions, feel free to let us know.