An app that allows a tap room to track kegs.
- Clone this repository at github.com/MackLess/keg-keeper
- Install npm and bower.
- Run npm install.
- Open index.html in your preferred browser by typing "open index.html" in your terminal.
- App displays a menu of available kegs. Each keg includes: name, brand, price, and alcoholContent.
- Example Output: name: Franziskaner Hefe-Weisse, brand: Spaten-Franziskaner-Brau, price: $7/pint, Alcohol by volume(ABV): 5.00%
- Employee will fill out a form to add it to the list when they tap a new keg.
- Example Input: name: , brand: , price: , ABV:
- Example Output: name: 1664 Blanc, brand: Kronenbourg, price: $8/pint, ABV: 5.0%
- Either employee or patron can see how many pints remain in a keg (full keg = 124 pints).
- Example Input: 1664 Blanc
- Example Output: 120 pints
- Employee can click a button next to each brand to indicate that a pint has been sold.
- Example Input: 1664 Blanc
- Example Output: 119
- Kegs with fewer than 10 pints remaining will be listed for an employee to see.
- Example Input: Franziskaner, 1664 Blanc, Guinness, Manny's, Stella Artois
- Example Output: Kegs with less than 10 pints: Guinness, Manny's, Stella Artois
- Kegs will be color coded by price or by style of beer.
- Add functionality to sort beers by alcohol content.
There are no known bugs.
Please contact ldmackrell@gmail.com with questions, comments, or issues, or if you would like to contribute to the code.
- JavaScript
- jQuery
- Jasmine
- Karma
- Angular
Copyright (c) 2017 L. Devin MacKrell
*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.*