Health Tracker App
Features
This health tracker is a single page web app. You can search for any foods or drinks and it will return search results with food items and their calories.
You can then add an items to a collection which automatically adds up all calories. Your total calories will be stored locally in your browser and will appear in 2 charts. One for daily intake, and one for monthly calorie intake.
You can then add an items to a collection which automatically adds up all calories. The data is retrieved from the Nutritionix API.
To use the app you can clone this repository's files or simply follow this link.
Components
This app is built using on Backbonejs, an organizational library. Further dependencies include:
Resources used
- Backbonejs Documentation
- Building a simple backbone app by tutorialzine.com
- Hello Backbone
- Developing Backbone.js Applications, By Addy Osmani