Calcfinity

Calcfinity is a multi-functional application developed in Kotlin using the Gradle build system.

Description

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.

Features

  • 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.

Screenshots

Image 1 Image 2 Image 3

Installation

To install and run the application, follow these steps:

  1. Clone the repository: git clone https://github.com/SingupalliKartik/Calcfinity.git
  2. Open the project in Android Studio Jellyfish | 2023.3.1.
  3. Run the application on an emulator or a physical device.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.