This web application simply calculate BMI in the simplest way using the common BMI formula
-This project was bootstrapped with Create React App
Clone the project
git clone https://github.com/YasinMahmoudi/bmi-calculator.gitGo to the project directory
cd bmi-calculatorInstall dependencies
npm installStart the server
npm run start