Add body text and link (#30475)

Added informational content about calorie calculators, the equations behind them, and added link to an existing online implementation
This commit is contained in:
Farrel Mahaztra
2019-03-20 08:51:36 +07:00
committed by Randell Dawson
parent 906c296c21
commit 2ee112c6b1

View File

@ -3,13 +3,12 @@ title: Calorie Calculator
--- ---
## Calorie Calculator ## Calorie Calculator
This is a stub. <a href='https://github.com/freecodecamp/guides/tree/master/src/pages/tools/calculators/calorie-calculator/index.md' target='_blank' rel='nofollow'>Help our community expand it</a>. A calorie calculator refers to a calculator that estimates the daily caloric requirements of a person given a number of variables, including weight, height, and age.
<a href='https://github.com/freecodecamp/guides/blob/master/README.md' target='_blank' rel='nofollow'>This quick style guide will help ensure your pull request gets accepted</a>. There are a number of equations that can be used in these calculators, and the end calculation and its accuracy may depend on which is used. A few of the most common ones include the Mifflin-St. Jeor equation and the Katch-McArdle formula.
<!-- The article goes here, in GitHub-flavored Markdown. Feel free to add YouTube videos, images, and CodePen/JSBin embeds -->
#### More Information: #### More Information:
<!-- Please add any articles you think might be helpful to read before writing the article --> * [An online calorie calculator](https://www.calculator.net/calorie-calculator.html)