Welcome to the HealthTracker BMI Calculator project repository. This collection houses the source code and deployment information for the BMI (Body Mass Index) Calculator project. This calculator offers a user-friendly web application that empowers individuals to assess their BMI based on their height and weight inputs, facilitating health and fitness tracking.
Experience the BMI Calculator in action by visiting the live demo link: HealthTracker BMI Calculator Demo.
- Intuitive interface for effortless weight and height input.
- Accurate BMI calculation with an associated weight category indicator (underweight, normal weight, overweight, or obese).
- Responsively designed for optimal functionality across diverse devices, including desktops, tablets, and mobiles.
- ReactJs: Crafting dynamic and user-centric interfaces.
- CSS: Custom styling to enhance the visual appeal.
- Netlify: Seamless deployment and hosting.
Follow these steps to set up the project locally:
- Clone the repository:
https://github.com/arman229/CalculateBMI.git
- Navigate to the project directory:
cd CalculateBMI
- Install the dependencies:
npm install
- Start the development server:
npm start
- Open your web browser and go to
http://localhost:3000
to explore the application. - Input your weight and height to instantly calculate your BMI and discover your weight category.
Contributions are warmly welcomed! If you encounter any issues or have enhancement suggestions, don't hesitate to initiate an issue or submit a pull request:
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature-name
- Commit your changes:
git commit -m "Add some feature"
- Push to the branch:
git push origin feature/your-feature-name
- Initiate a pull request.
This project operates under the MIT License, enabling you to utilize and modify it with flexibility.
Utilize the HealthTracker BMI Calculator to empower yourself with insights into your health journey. Stay informed and motivated on your path towards well-being! 🌱🏋️♀️