parent
08b771c863
commit
f598198762
@ -0,0 +1,32 @@
|
|||||||
|
# BMI Calculator
|
||||||
|
|
||||||
|
**Tier:** 1-Beginner
|
||||||
|
|
||||||
|
The Body Mass Index (BMI) is a universally recognized metric for assessing an individual's body weight in relation to their height. It provides a quick and easy way to categorize individuals into different weight status groups. The BMI Calculator application allows users to input their weight and height, and then calculates and displays their BMI along with an interpretation.
|
||||||
|
|
||||||
|
## User Stories
|
||||||
|
|
||||||
|
- [ ] User can see a user-friendly interface with options to enter weight and height.
|
||||||
|
- [ ] User can choose between different measurement systems (e.g., Metric, Imperial) to input weight and height.
|
||||||
|
- [ ] User can enter weight in either kilograms or pounds, and height in either centimeters or inches, depending on the chosen measurement system.
|
||||||
|
- [ ] User can click on a 'Calculate' button to determine their BMI.
|
||||||
|
- [ ] User can see the calculated BMI value displayed along with a corresponding weight status category (e.g., Underweight, Normal, Overweight, Obese).
|
||||||
|
- [ ] User can receive feedback on their weight status and what it implies for their health.
|
||||||
|
- [ ] User can reset the form to enter new weight and height values.
|
||||||
|
|
||||||
|
## Bonus features
|
||||||
|
|
||||||
|
- [ ] User can toggle between different units dynamically without having to refresh the page.
|
||||||
|
- [ ] User can see a visual representation of different BMI ranges, providing a more intuitive understanding of the results.
|
||||||
|
- [ ] User can access additional resources or links for further information on BMI and its significance in health assessment.
|
||||||
|
|
||||||
|
## Useful links and resources
|
||||||
|
|
||||||
|
- [BMI Calculator (Wikipedia)](https://en.wikipedia.org/wiki/Body_mass_index)
|
||||||
|
- [BMI Chart (CDC)](https://www.cdc.gov/healthyweight/assessing/bmi/adult_bmi/index.html)
|
||||||
|
|
||||||
|
## Example projects
|
||||||
|
|
||||||
|
- [BMI Calculator by Calculator.net](https://www.calculator.net/bmi-calculator.html)
|
||||||
|
- [BMI Calculator by Mayo Clinic](https://www.mayoclinic.org/diseases-conditions/obesity/expert-answers/bmi/faq-20457947)
|
||||||
|
- [BMI Calculator by National Heart, Lung, and Blood Institute](https://www.nhlbi.nih.gov/health/educational/lose_wt/BMI/bmicalc.htm)
|
Loading…
Reference in new issue