Table of Contents
A joke telling app made in vanilla JavaScript. This project uses JokeAPI to receive the jokes and a Text-to-speech (TTS) API to tell the user the jokes. Based on a ZTM JavaScript course.
The following technologies were used to build the project:
- HTML5
- CSS3
- JavaScript
- JokeAPI
- VoiceRSS API
If you want to install the project, you need to have the following requirements:
Clone the repo in the terminal, or command line in your code editor
git clone https://github.com/JonnathanRiquelmo/joke-teller.git
Jonnathan Riquelmo