As a person who has an active social life and hosts guests frequently, I want to be able to use an app where I can look for cocktails made from ingredients I have at home so that I can frequently surprise guests with new concoctions.
-
From the Cocktail Findifier's home screen, enter the ingredient you would like to use to prepare your drink in the search bar.
-
Click on the "What can I make?" button.
- The application will display a joke while the user waits for their results.
- When the timer is over, a list with the suggested drinks will appear.
- Click the "Return to main page" button at the bottom left of the search results to return to the home screen.
- Hovering over "Your previous searches" displays a list of you most recent searches. Click on one of the listed ingredients to paste it to the search bar.
The following image shows the finished product
Here is the link to the finished work:
HTML | CSS | JavaScript | TheCocktailDB | JokeAPI | Bulma
Matt Goldsmith - Repository Admin, User Experience/UX (project structure, organization, flow, and stylization) - connected the app's individual elements into a cohesive and functional user experience with supporting JavaScript functions and uniform presentation
Allan Elias - API call setup, local storage management/rendering and general debugging - got access to the API's used on the project, setup the local storage to access drink search history through a dropdown menu and fixed some styling bugs.
Angelica Ibarra - README Author and Joke API configuration - Queried an API to pull jokes connecting programming to drinks, bartending and mixology and render them into a usable format for the app. Implemented the joke data into leading/transition screen via HTML and JavaScript to introduce humor and levity into the user's experience.
Saeed Elmakki - Initial HTML draft and Final Presentation.
MIT License
Copyright (c) 2022 Matt Goldsmith, Allan Elias, Angelica Ibarra, Saeed Elmakki
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.