Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.31 KB

README.md

File metadata and controls

38 lines (25 loc) · 1.31 KB

Calculator App

An efficient calculator app for Android, developed as a practice project using Kotlin and Jetpack Compose. This app performs basic arithmetic operations with a clean and minimalistic interface, focusing on modern Android UI patterns.

Features

  • Basic arithmetic operations: addition, subtraction, multiplication, and division.
  • Responsive and modern UI with Jetpack Compose.
  • Lightweight and easy to use for quick calculations.

Tech Stack

  • Kotlin: Main language for Android development.
  • Jetpack Compose: For building a modern, declarative UI.

Installation

  1. Clone the repository:
    git clone https://github.com/ngljcb/practice_17297_JetPackCalcu.git
  2. Open the project in Android Studio.
  3. Sync the project with Gradle files.
  4. Run the app on an emulator or Android device.

Usage

  1. Launch the app.
  2. Perform calculations by tapping the buttons.
  3. Use basic arithmetic operations for quick calculations.

Project Purpose

This project serves as a learning exercise to improve proficiency with Kotlin and Jetpack Compose in Android development. It’s also a starting point for building more complex apps in the future.

Contributing

Contributions are welcome! Feel free to open issues and submit pull requests to help enhance this project.