BrodyZak / Schmix

A webapp that tells you what drinks you can make with just the ingredients you have on hand.
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

schmix

Project summary

Schmix is a Vue web application that takes stock of what alcoholic and non-alcoholic ingredients a user currently has, then displays a list of cocktails via an API that the user can make with what they have. The list includes pictures and instructions on how to make each drink. The application uses [The Cocktail DB API](https://rapidapi.com/thecocktaildb/api/the-cocktail-db).

Setup

npm install

Compiles for development

npm run serve

Compiles for production

npm run build

Customize configuration

See Configuration Reference.