crneff84 / meal-tracker

Javascript Week 2: Angular Independent Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Meal Tracker

Epicodus: Javascript Week 2: Angular JS

By Chance Neff

Description

This application is designed to allow users to track their meals. Users can log the food name, calories, and details from their meals. Users can also filter foods by the number of calories (high-calorie foods contain more than 500 calories).

Specs

Program creates meal entry based on user input
  • Example Input: Food name, calories, details
  • Example Output: Food name, calories, details
Program edits meal entry based on user input
  • Example Input: Food name , calories, details
  • Example Output: Food name, calories, details
Program filters meal entries based on calories
  • Example Input: High-calorie foods
  • Example Output: Meal entries containing calories equal to or greater than 500

Setup/Installation Requirements

  • Clone this repository to your desktop
  • In terminal, navigate to /meal-tracker
  • Run "npm install"
  • Run "bower install"
  • Run "gulp build"
  • Run "gulp serve"

Known Bugs

None

Support and contact details

Chance Neff: crneff84@gmail.com

Technologies Used

Javascript, nodejs, gulp, bower, Angular JS

License

This webpage is licensed under the GPL license.

Copyright © 2016 Chance Neff

About

Javascript Week 2: Angular Independent Project


Languages

Language:TypeScript 50.7%Language:JavaScript 37.1%Language:HTML 8.5%Language:CSS 3.7%