BMI/BMR Calculator App is an application developed in Swift using SwiftUI in Xcode 15. It allows users to calculate their Body Mass Index (BMI) and Basal Metabolic Rate (BMR) based on the input data.
- BMI Calculation: The app allows users to input their weight and height to calculate their BMI.
- BMR Calculation: Users can input their age, gender, weight, and height to calculate their BMR.
- Simple and Intuitive Interface: The app is designed with SwiftUI, ensuring simplicity and responsiveness.
- Clone the repository:
git clone https://github.com/anikin02/BMI-BMR-CalculatorApp.git
- Open the project in Xcode:
cd BMI-BMR-CalculatorApp open BMI-BMR-CalculatorApp.xcodeproj
- Run the project on a simulator or a real device.