Input a word and it returns the definition and pronunciation. Includes error handling.
60 JS WP Plugins
JS WP Plugin #12 – Photo Gallery
Select a number between 1 and 10 and it fetches that number of photos from Unsplash via API.
JS WP Plugin #11 – Dad Joke Generator
Press the button and it fetches one random dad joke from the API ninjas dad jokes API.
JS WP Plugin #10 – Basic Calculator
Input numbers and perform simple operations such as addition, subtraction, dividing and multiplying.
JS WP Plugin #9 – API Image Search
In this front-end application there is an asynchronous JS fetch callout to the Unsplash API. It returns 10 images and formats them nicely.
JS WP Plugin #8 – Weather API
Specify a city and it will return the current weather for that city.
JS WP Plugin #7 – Stopwatch
Click start and it will start the clock. Stop to pause it and reset to return to zero.
JS WP Plugin #6 – Rock Paper Scissors Game
Choose rock, paper or scissors and the computer will randomly select one too. Keeps track of the results.
JS WP Plugin #5 – Pomodoro Timer
Click the button to start the timer for 25-minutes. You can pause or reset it too.
JS WP Plugin #4 – Dice Roll Game
Click the button to roll the dice - it will log the results.
JS WP Plugin #3 – API Recipe Book
Upon loading the page it fetches 3 random recipes from the Spoonacular API.
JS WP Plugin #2 – Tip Calculator
Specify the bill amount and the tip percentage and it calculates the total.