A web application build as a review of competencies in the following: how the Model-View-Controller (MVC) pattern is used within an Angular 2 app, using TypeScript syntax, managing build dependencies with npm, managing front-end dependencies with Bower, managing development workflow with gulp, and writing a basic Angular2 app using a model, multiple components, forms, event emitters and pipes., 06/09/2016
This is an end-of-week project for my twelfth week at Epicodus. It is a web application for tracking meals. Users can add and edit meals, the number of calories in each meal, and any relevant details about the meal. The user can also filter by healthy and unhealthy meals.
You will need the following things properly installed on your computer.
git clone https://github.com/LATAEVIA/Meal-Tracker.git
- change into the new directory
npm install
bower install
gulp build
Implement development server with live reloading:
gulp serve
- HTML
- CSS
- Bootstrap
- JavaScript
- Node.js
- Node Package Manager
- Bower
- Angular2
- TypeScript
This software is licensed under the MIT license
Copyright (c) 2016 LaTaevia