Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ngljcb/px-calculator
- Owner: ngljcb
- Created: 2024-10-24T19:54:29.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-12-17T08:31:37.000Z (about 2 months ago)
- Last Synced: 2025-01-28T21:18:51.984Z (11 days ago)
- Topics: android, app, calculator-application, jetpack-compose, kotlin
- Language: Kotlin
- Homepage:
- Size: 105 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.