Welcome to the Joke Generator App! This app fetches random jokes and displays them for your entertainment. You can also listen to the jokes using the built-in text-to-speech feature.
- Fetches random jokes from an API
- Displays the joke setup and punchline
- Text-to-speech functionality to read the joke aloud
- Responsive design for mobile and desktop
- HTML
- CSS
- JavaScript
- Font Awesome for icons
- Google Fonts for typography
- Open the
index.htmlfile in your web browser. - Click the "Get New Joke" button to fetch a new joke.
- Click the speaker icon to hear the joke read aloud.
index.html: The main HTML file that contains the structure of the app.style.css: The CSS file for styling the app.script.js: The JavaScript file that contains the logic for fetching and displaying jokes.
- Clone the repository:
git clone https://github.com/yourusername/joke-app.git - Navigate to the project directory:
cd joke-app - Open
index.htmlin your preferred web browser.
This project is licensed under the MIT License. See the LICENSE file for details.
- Font Awesome for the icons
- Google Fonts for the typography
- Joke API for providing the jokes
- More open repository for providing jokes
Enjoy the laughs!