Calcfinity is a multi-functional application developed in Kotlin using the Gradle build system.
This application provides several utilities including a basic calculator, a BMI (Body Mass Index) calculator, and a Food Contents calculator. It provides a user-friendly interface with easy navigation between the different utilities.
- Basic calculator: Perform arithmetic operations with a user-friendly interface.
- BMI calculator: Calculate your Body Mass Index by inputting your weight and height.
- Food Contents calculator: Calculate the carbs,calories, protiens, fat contents in the selected items.
- It is build on Compose and supports Material theme.
To install and run the application, follow these steps:
- Clone the repository:
git clone https://github.com/SingupalliKartik/Calcfinity.git
- Open the project in Android Studio Jellyfish | 2023.3.1.
- Run the application on an emulator or a physical device.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.