Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ngljcb/px-calculator

Intuitive calculator app for Android, crafted with Kotlin and Jetpack Compose, designed for quick, seamless calculations with a modern UI
https://github.com/ngljcb/px-calculator

android app calculator-application jetpack-compose kotlin

Last synced: 9 days ago
JSON representation

Intuitive calculator app for Android, crafted with Kotlin and Jetpack Compose, designed for quick, seamless calculations with a modern UI

Awesome Lists containing this project

README

        

# 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:
```bash
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.