Recipe Application

Project for Epicodus - 1/21/2019

By Kenny Wolfenberger

Description

Web application to display recipes using basic Angular functionality.

Build Specs

  • Application is broken out into components based on features and functionality.
  • Components include: app.component, header.component, slider.component, social-media.component, winter-deals.component.
  • 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. trigger the dropdown menu to close. Because multiple comonents use this functionality, the property (masterMouseOver) and function (menuClose()) both live at the app.component level._

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 **