A Speakeasy Cocktail bar that requires a password to enter. Upon entering, user can enter a key word and browse through the cocktail menu.
Link to project: https://speakeasy-bar.netlify.app/
A web application that calls a cocktail API using an asynchronous fetch function that displays cocktail information after a search is performed. Users can then cycle through an array of cocktails that match that search parameter. Entry into the cocktail app requires a password and allows entry based on a conditional.
Further optimizations include searching for cocktails by their ingredients. Using local storage to enable users to save a list of their favorite cocktails.
- Further understanding of object manipulation through API responses
- JavaScript window.scrollTo method
- Deeper understanding of asynchronous functions and their benefits
- Learnt how to make a Tequila Sunrise