/BMI_Calculator_with_React

This is a simple BMI Calculator built using React. It allows users to input their height and weight to calculate their BMI.

Primary LanguageCSS

BMI Calculator with React

This is a simple BMI Calculator built using React. It allows users to input their height and weight to calculate their BMI and provide a result based on the WHO (World Health Organization) standards.

Installation

To install this project, follow these steps:

  • Clone the repository:

    git clone https://github.com/OviSarkar62/BMI_Calculator_with_React.git
    
  • Navigate to the project directory:

    cd BMI_Calculator_with_React
    
  • Install dependencies:

    npm install
    

Usage

To run the project locally, follow these steps:

  • Navigate to the project directory:

    cd BMI_Calculator_with_React
    
  • Run the project:

    npm start
    
  • Open http://localhost:3000 in your browser to view the app.

Live Links

The live project: BMI Calculator