Skip to content

jdagmar/how-about-a-cocktail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How about a cocktail?

made by Jessica Gustavsson

Links

About

How about a cocktail? is a application where you get cocktail suggestions and search for cocktails based on ingredient, drink name and wether you want non-alcoholic or both.

Building tools

Resources

I've used theCocktailDB's API which is an open database with cocktail recipes including images and information on ingredients used. See API here.

Workflow

Firstly i implemented the function to get random drinks. Then I continued with the searchfunction. First i made sure user could search for drink by ingredient, then by name and lastly implemented the checkbox so user could filter by non-alcoholic.

Improvements

If possible I would like to...

  • Find a way to only fetch images that are 300x300 instead of 700x700.
  • Make sure that users who navigate by keyboard will be able to write in inputfield, check the checkbox and then back to submit button smoothly.
  • Make sure that the search results (image gallery) can be accessed with keyboard.
  • Save the scroll position so when user clicks a drink in listview and then back the scrollpostion remains the same.