https://github.com/tannerkrewson/calorie-countdown
Track your calories for a single meal.
https://github.com/tannerkrewson/calorie-countdown
Last synced: 6 months ago
JSON representation
Track your calories for a single meal.
- Host: GitHub
- URL: https://github.com/tannerkrewson/calorie-countdown
- Owner: tannerkrewson
- License: mit
- Created: 2017-02-03T03:38:17.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-09-05T23:46:39.000Z (almost 6 years ago)
- Last Synced: 2025-02-01T19:45:03.674Z (over 1 year ago)
- Language: HTML
- Homepage: https://www.tannerkrewson.com/calorie-countdown/
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# calorie-countdown
**Try it out: www.tannerkrewson.com/calorie-countdown**
Out of all of the projects I have programmed, Calorie Countdown is probably the one I have used the most. I used it daily at the dining halls on my college campus. It works the best for restaurants that are all-you-can-eat and have calorie counts on display for each dish. Its purpose is to make sure you eat a certain number of calories for a single meal. It very simple and there is almost nothing to it; it's basically a glorified calculator with an interface that makes more sense for this use case than an
actual calculator.