Keg Room - Angular

Angular website application - 1/23/2019

By Kenny Wolfenberger

Description

Keg room web application using the Angular Javascript framework

Build Specs

  • Kegs are displayed with color-coding based on prices.
  • Buttons to add kegs and sell pints or growlers from existing kegs.
  • Application is broken out into components based on features and functionality.
  • Segregated html and css files are kept for each component.
  • Data is stored at the top level app.component file and flows down to other components.

Setup/Installation Requirements

  • Clone Repository from Github.
  • Download all packages by typing "npm install" in the terminal.
  • Run 'ng serve -o' for a dev server. The app will automatically reload if you change any of the source files.
  • Run 'ng build' to build the project. The build artifacts will be stored in the 'dist/' directory.

Technologies Used

  • Project was generated using Angular CLI version 1.6.5.
  • TypeScript
  • Javascript
  • Node Package Manager (NPM)
  • JSON
  • Webpack
  • Babel
  • Terminal
  • VS Code
  • GitHub

License

This software is licensed under the MIT license.

Copyright (c) 2019 ** _Kenny Wolfenberger **