Skip to content

Files

Latest commit

author
Riz
Jan 10, 2024
412f23f · Jan 10, 2024

History

History
38 lines (26 loc) · 1.13 KB

File metadata and controls

38 lines (26 loc) · 1.13 KB

Frontend Mentor - Body Mass Index Calculator solution

This is a solution to the Body Mass Index Calculator challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.

Table of contents

The challenge

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

Screenshot

myScreenshot

Links

Built with

  • HTML
  • CSS
  • Flexbox
  • TypeScript
  • React - JS library
  • Tailwind CSS