https://hapi-hour.netlify.app/
HAPI Hour is an app built to help you find drink recipes from the cocktail db API. You can search by name/ phrase, search by ingredient, choose a random drink, or start with a base ingredient choice and browse.
https://www.thecocktaildb.com/
- HTML
- CSS
- JavaScript
- React.js
- Node.js
- thecocktaildb - api
- Netlify
$ npm install
# development
$ npm run start
- Add a back and forth button to toggle between drinks of the DrinkList.js from the DrinkDetails.js component.
- Simplify the search to only need 1 search button for both "search by name" and "search by ingredient".
- Add capability to favorite recipe.
- Add capability to leave comments on recipes.
- Add capability to add your own recipe.