Skip to content

Humble attempt at a calculator clone, my first ever Jetpack Compose app.

Notifications You must be signed in to change notification settings

justADeni/Calculator

Repository files navigation

Simple Calculator App

Description

This is a basic calculator application designed for performing simple arithmetic calculations. It provides functionality for addition, subtraction, multiplication, and division.

Preview

Features

  • Addition: Allows users to add two numbers together.
  • Subtraction: Enables users to subtract one number from another.
  • Multiplication: Permits users to multiply two numbers.
  • Division: Allows users to divide one number by another.

Usage

  1. Enter the first number using the number keys.
  2. Select the desired operation (+, -, *, /).
  3. Enter the second number using the number keys.
  4. Press the '=' button to see the result.
  5. Clear the input by pressing the 'C' button.

Technologies Used

  • Jetpack Compose for UI and state handling.
  • mXparser for calculation logic

About

Humble attempt at a calculator clone, my first ever Jetpack Compose app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published