Skip to content

zilliah/drinkMe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

drinkMe

A cocktail picker: find cocktails based on name, ingredients, or get a random cocktail.

Live at https://zilliah.github.io/drinkMe/

drinkMe-photo

About

Made with vanilla JavaScript, HTML, CSS, and the Cocktail Picker API.

TIL

This was my first project using an API, and the biggest takeaway was to always check there are no typos in the URL. I also learned how to activate functions when text is entered into a field, instead of relying solely on button clicks.