An open API service indexing awesome lists of open source software.

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.

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

## Development 🛠️

### 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

![](/screenshot.jpeg)

## Author ✍️

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