danitcodes / bartenders-guide-to-the-galaxy

Team week project completed at Epicodus for home bartenders looking to find better ingredients and recipes to use. Any work done in my repository has been done solo after MVP project completion.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bartender's Guide to the Galaxy

"Team Week Project for Epicodus Coding School following the completion of Intro to Programming & Intermediate JavaScript, 12.03.2020"

By Jeff Chiu, Bess Campbell, Kevin Kirkley, Mandy Otero, Tawnee Harris, Svea Wade, and Danielle Thompson

Splash Page Preview

Description

This application works with the CocktailDB API to pull information for the home bartender to be able to make delicious drinks at home. Search options link to available data in the CocktailDB by drink name or by ingredient.

Live Project

Access the live project by visiting https://dani-t-codes.github.io/bartenders-guide-to-the-galaxy/.

Specifications

Describe: Input Output
getDrinksByIngredient
should correctly display a list of up to twelve random drinks with selected ingredient "Dark Rum" drink = Adam, Bleeding Surgeon, Blue Hurricane, Dark and Stormy, Gideon's Green Dinosaur, Midnight Cowboy, Blueberry Mojito, 155 Belmont, Planter's Punch, Bahama Mama, Almeria, Lord and Lady
getDrinksByName
should correctly display a list of drinks by name with instructions "White Russian" drink = White Russian. Pour vodka and coffee liqueur over ice cubes in an old-fashioned glass. Fill with light cream and serve. Use 2 oz Vodka, 1 oz Coffee liqueur

Setup/Installation Requirements

Software Requirements

  • An internet browser of your choice
  • A code editor such as VS Code

Open by Downloading or Cloning

Setup Instructions

  • Node Package Manager and locally installed files are required to properly view this application.
  • After the repository is on your computer, navigate to the terminal and type in npm install
  • Next, npm run build
  • And finally, npm run start
  • View the page in the live server that opens

Known Bugs

This application will not display anything if the drink searched for does not exist in the CocktailDB.

Support and contact detail

Team Member Email:

Technologies Used

  • HTML
  • CSS
  • Bootstrap
  • Markdown
  • Git
  • JQuery
  • JavaScript
  • VSCode

License: MIT

Copyright (c) 2020 Jeff Chiu, Bess Campbell, Kevin Kirkley, Mandy Otero, Tawnee Harris, Svea Wade, and Danielle Thompson

About

Team week project completed at Epicodus for home bartenders looking to find better ingredients and recipes to use. Any work done in my repository has been done solo after MVP project completion.


Languages

Language:JavaScript 45.1%Language:HTML 38.5%Language:CSS 16.3%