Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dzmitryur/bmi-calc
Body Mass Index Calculator
https://github.com/dzmitryur/bmi-calc
css3 jsx react reactjs
Last synced: about 2 months ago
JSON representation
Body Mass Index Calculator
- Host: GitHub
- URL: https://github.com/dzmitryur/bmi-calc
- Owner: DzmitryUr
- Created: 2024-05-08T09:20:04.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-08T15:39:21.000Z (8 months ago)
- Last Synced: 2024-05-09T10:38:50.787Z (8 months ago)
- Topics: css3, jsx, react, reactjs
- Language: JavaScript
- Homepage: https://dzmitryur.github.io/bmi-calc/
- Size: 138 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ReactJS BMI Calculator Project
Body Mass Index App in React created with Vite. Functional Components, JSX, and hook `useState` are used in the code to build the App.
BMI formula = kg/m2 where kg is a person’s weight in kilograms and m2 is their height in meters squared
By building the App you can learn:
- How to create a React App from Scratch
- How to create a Functional Component
- How to use hook ‘useState’
- How to work with inputs
- How to handle events
- How to conditionally render JSX[Try the Calculator and check your BMI](https://dzmitryur.github.io/bmi-calc/)
Watch on YouTube: