Deployed at eventegg.netlify.app
- Andrew Enyeart - GitHub - LinkedIn
- Daniel Jackson - GitHub - LinkedIn
- Erik Savage - GitHub - LinkedIn
- Spencer Tower - GitHub - LinkedIn
Tipplr enables users to catalog their home liquor inventory and save cocktail recipes, but it goes a step further by selectively displaying recipes that the user currently has all the ingredients for or recipes that the user is only one ingredient away from. And for the user looking to expand their cocktail repertoire without buying dozens of esoteric ingredients, Tipplr also lets the user know which one ingredient they could purchase that would most increase the number of new cocktails they can make!
Andrew is a bartender by trade with a substantial collection of bottles at home for making delicious cocktails for himself and guests. He uses a fun app that has fantastic recipes and some helpful features, but the search function is extremely limited, such that when he wants to see what he can make with what he has on hand, he can only search one ingredient at a time. Then he has to read through multiple recipes to determine if he has all the other ingredients, too. We want to build an application that enables the user to filter a list of cocktail recipes based on what they actually have on hand, add their own recipes, organize and save their favorites, and get recommendations on the next bottle they should add to their collection to significantly increase the number of drinks they can make at home.
- Vanilla Javascript
- HTML5
- CSS3
- 'Filter recipes by':
- filter recipes by base alcohol type
- filter by '1 ingredient away' - shows user which recipes they are on ingredient away from making
- 'Recipes list':
- displays filtered recipes
- renders a list of users current inventory
- add - allows user to input bottle name / type
- remove - allows user to remove inventory items from list
- displays user created recipes
- add new recipe
- takes recipe name, base, ingredients / amount, glassware, instructions, notes
- utilizes local storage to store and retrieve user's recipes and inventory
MIT License
Copyright (c) 2021 Tipplr
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.