This web application functions as a cocktail recipe finder, allowing users to search for recipes based on cocktail names. It returns instructions on how to prepare the drink and list of ingredients and their amounts. Results include links to similar drinks.
Tech used: HTML, CSS, JavaScript, TheCocktailDB API
Link to project: https://happyhourdrinks.netlify.app
An additional feature could be implemented to enable users to search for drinks based on the ingredients used. To enhance the layout, a multiple-items carousel could be added to the section that displays similar drinks.
The goal of this project was to learn how to utilise external APIs and how to implement them using DOM manipulation