https://github.com/azganoth/bmi-calculator
This is a solution to the "Body Mass Index Calculator" challenge on Frontend Mentor.
https://github.com/azganoth/bmi-calculator
Last synced: about 1 month ago
JSON representation
This is a solution to the "Body Mass Index Calculator" challenge on Frontend Mentor.
- Host: GitHub
- URL: https://github.com/azganoth/bmi-calculator
- Owner: Azganoth
- Created: 2024-09-26T06:57:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-18T20:37:42.000Z (over 1 year ago)
- Last Synced: 2025-01-25T14:44:02.708Z (over 1 year ago)
- Language: HTML
- Homepage: https://azganoth.github.io/bmi-calculator/
- Size: 959 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Frontend Mentor Challenge: Body Mass Index Calculator
This is a solution for the [Body Mass Index Calculator app challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/body-mass-index-calculator-brrBkfSz1T).
## Table of contents
- [Overview](#overview)
- [Development](#development)
- [Stack](#stack)
- [Tools and Workflow](#tools-and-workflow)
- [Showcase](#showcase)
- [Links](#links)
- [Screenshots](#screenshots)
- [Author](#author)
## Overview 📋
Users should be able to:
- Select whether they want to use metric or imperial units
- Enter their height and weight
- See their BMI result, with their weight classification and healthy weight range
- View the optimal layout for the interface depending on their device's screen size
- See hover and focus states for all interactive elements on the page
### Stack
- **HTML5**
- **CSS3**
- **JavaScript**
### Tools and Workflow
- **GitHub Pages**
- **Prettier**
## Showcase 🖼️
### Links
- Solution URL: [Mobile-first solution using Flexbox and Grid](https://www.frontendmentor.io/solutions/mobile-first-solution-using-flexbox-and-grid-YYX0I0WTtD)
- Live Site URL: [Body Mass Index Calculator](https://azganoth.github.io/bmi-calculator/)
### Screenshots
#### Home

## Author ✍️
- Website - [Ademir José Ferreira Júnior](https://github.com/Azganoth)
- Frontend Mentor - [@Azganoth](https://www.frontendmentor.io/profile/Azganoth)