/meal-tracker

ANGULAR JS Independent Project

Primary LanguageCSS

Meal Tracker

Angular JS Independent Project for Epicodus, 1.23.17

By Michelle Llaguno

Description

This is a meal tracking application. Users should be able to log foods they've eaten each day, including details about the meal and its number of calories.

Behavior Driven Development

####It can log a food you have eaten by submitting a form with food name, calories and details.

  • Example Name: Pizza
  • Example Details: Pepperoni
  • Example Calories: 800

####It can view a list of foods logged. ####It has options to view all foods, only high-calorie foods (more than 500 calories), or only lower-calorie foods (less than 500 calories). ####It can edit a food's name, details or calories.

Prerequisites

You will need the following properly installed on your computer.

Setup/Installation Requirements

Run these on the command line:

  • git clone https://github.com/gitmichelle/meal-tracker.git
  • cd meal-tracker
  • npm install
  • bower install

Running / Development

Technologies Used

  • HTML
  • CSS
  • Angular.js
  • Javascript
  • JS Apps

License

{Open Source.}

Copyright (c) 2017 {Michelle Llaguno}