Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elisa-amaral/body-mass-index-calculator
Body Mass Index Calculator coded in JavaScript, HTML and CSS.
https://github.com/elisa-amaral/body-mass-index-calculator
css html javascript
Last synced: about 2 months ago
JSON representation
Body Mass Index Calculator coded in JavaScript, HTML and CSS.
- Host: GitHub
- URL: https://github.com/elisa-amaral/body-mass-index-calculator
- Owner: elisa-amaral
- Created: 2022-09-02T21:48:12.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-17T22:20:13.000Z (about 2 years ago)
- Last Synced: 2024-02-08T13:34:37.760Z (11 months ago)
- Topics: css, html, javascript
- Language: CSS
- Homepage: https://bmi-calculator-built-with-javascript.netlify.app/
- Size: 415 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Body Mass Index Calculator
This project is a Body Mass Index Calculator developed in responsive design. The BMI Calculator generates the Body Mass Index (BMI) and the classification based on the standard BMI reference table that uses the weight in kilograms and height in meters to get the final results (BMI + classification).
## Project Website
**https://bmi-calculator-built-with-javascript.netlify.app/**
## Screenshot 1
![Screenshot](assets/img/Screenshot_1.jpg)
## Screenshot 2
![Screenshot](assets/img/Screenshot_2.jpg)
## Technology Stack
+ JavaScript
+ HTML
+ CSS