Skip to content

rwilliams659/fridge-to-glass

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fridge to Glass

Contributors Forks Stargazers Issues Build Status

logo

Table of Contents

Brief Description

We have created an app that allows a user to search for both alcoholic and non-alcoholic drink recipes that use an ingredient the user provides in the search. We wanted to create an app that helps people to see all of the drink options they have, often with ingredients they already have in their homes.

How to use

User puts an ingredient they want to make a drink with in the search bar. They then choose the type of drinks they want (alcoholic, non-alcoholic, or both) and click 'Find Drinks' to get all the drinks that match their search. Users can click on the drink cards to get the full recipe.

Users can also click on the 'Random Drink' button to immediately see a recipe for a random drink.

Built With

  • React 16
  • Redux 4
  • CSS

Installation

Fork this repository:

https://github.com/relyt4me/stretch-project

Clone your forked repository

git clone and the copied URL

Change into the directory and install the project dependencies

cd into directory and run npm install for dependencies

How to see the product

In terminal, go to the project directory and run 'npm start' to open the project in the browser. Have fun finding a drink to try!

Functionality

Searching for an ingredient to get a list and selecting one for the recipe

main app functionality

Random Drink Search

random drink functionality

Error handling for no drinks in that filter

no recipes found error

Error handing for an ingredient not found in any drinks

ingredient not found with search

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

See the open issues for a list of proposed features (and known issues).

  • Fork the Project

  • Create your Feature Branch (git checkout -b feature/AmazingFeature)

  • Commit your Changes (git commit -m 'Add some AmazingFeature')

  • Push to the Branch (git push origin feature/AmazingFeature)

  • Open a Pull Request

Authors

👤 Tyler Haglund

👤 Taryn Martin

👤 Rachel Williams

Acknowledgements and Resources

Original Project Link

Heather Faerber for providing help and feedback on testing with Redux.

Cocktail Database API we used for our drink recipes.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.0%
  • CSS 9.8%
  • HTML 2.2%