jesseranon / bartender-reference

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Vegas Bartender's Pocket Reference

This app provides a quick reference for making drinks by providing recipes by drink name. Users are also able to search for drinks by ingredient, or pull up a random recipe by clicking on the, "Surprise Me" button.

Link to project: https://vegasbartenderreference.netlify.app/

bartenders guide

How It's Made:

Tech used: HTML, CSS, JavaScript

This site uses cocktailDB API calls to get information for drinks and displays options in an easy-to-access format. The bartender can then click any option to display the recipe and instructions for how to make the drink.

Optimizations

With some extra time I would refactor this to MVC structure and implement a favorites collection that would provide the user quick access to their favorite/most-mixed drinks. I would also like to implement a carousel so that the user can swipe/click through recipes.

Lessons Learned:

Design decisions definitely affect the aesthetics and useability of an app. This app originally displayed results in a carousel instead of a list. This made the results a lot more difficult to access, as the emphasis was on the carousel itself, rather than having access to a list of options to make a choice.

Being able to choose a search filter increases versatility in the right situations. Customers may not know right away the name of a drink they want and instead might know what type of alcohol they want to go into their drink.

Pulling the necessary information and displaying it in a readable format (recipe cards) is also an important design decision.

About


Languages

Language:JavaScript 65.4%Language:CSS 22.6%Language:HTML 11.9%