Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vantablanta/bmi-calculator
Takes your height and weight and shows you your bmi and if or not you are overweight, underweight or healthy
https://github.com/vantablanta/bmi-calculator
css3 dom-manipulation javascript js
Last synced: about 6 hours ago
JSON representation
Takes your height and weight and shows you your bmi and if or not you are overweight, underweight or healthy
- Host: GitHub
- URL: https://github.com/vantablanta/bmi-calculator
- Owner: vantablanta
- License: mit
- Created: 2022-03-03T08:59:21.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-03-03T10:41:42.000Z (over 2 years ago)
- Last Synced: 2024-04-15T06:40:05.856Z (7 months ago)
- Topics: css3, dom-manipulation, javascript, js
- Language: JavaScript
- Homepage: https://vantablanta.github.io/bmi-calculator/
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bmi-calculator
### By:
Michelle
### Description
Takes your height(cm) and weight(kg) and shows you your bmi and if or not you are overweight, underweight or healthy
depending on your calculated bmi. If you didnt provide numbers it throws an error message. If you provided a number that is above all possible BMIs i.e below 0 or above 29.9 it throws another error. If the numbers are correct it shows you if you are underweight or overweight or healthy.
### Usage
Load te live link and input values to get your health check done :)
### Technologies
* JS
* CSS
* HTML
### Support and Contact
[Reach out here](https://github.com/vantablanta)
### License
[View Licence](https://github.com/vantablanta/bmi-calculator/blob/master/LICENSE)