A project for Udacity's Front-End Web Developer Nanodegree, HealthTracker123 is a single page calorie intake tracking resource.
Typing food names into the search field displays a list of matching foods as provided by the Nutritionix API. Selecting list food items: adds them to the list of tracked foods and updates total calorie count.
For hosted demo click here.
For local use:
- Clone repo
(HTTPS)
$ git clone https://github.com/sskenner/healthTracker.git
OR
(SSH)
$ git clone git@github.com:sskenner/healthTracker.git
- Open
index.html
in your favorite browser.
- Enter food name to search.
- Click food name to select.
- Click "Add food" button.
Want to help? Awesomeness .. Grunt is used to minify files for fast development. To do so, some stuffs need to be in place.
Installation instructions found on the Node site here.
In the terminal.. in the root directory of local repository, type and run the command:
$ npm install
Also, in the terminal.. in the root directory of local repository, type and run the command:
$ npm install -g grunt-cli
hmmmm..
$ grunt
voila.