A fully functional calculator app built with Jetpack Compose, following modern Android development practices.
- Basic arithmetic operations: addition, subtraction, multiplication, division
- Clean, Material Design 3 UI built entirely with Jetpack Compose
- State managed via ViewModel — survives configuration changes
- Supports chained operations and decimal inputs
| Technology | Purpose |
|---|---|
| Kotlin | Primary language |
| Jetpack Compose | Declarative UI |
| ViewModel | State management |
| Material3 | Design system |
| Android (API 21+) | Platform |
Add screenshots here
- Clone the repo:
git clone https://github.com/santhoshj001/Jetpack-Compose-Calculator.git
- Open in Android Studio Hedgehog or later
- Let Gradle sync
- Run on an emulator or physical device (API 21+)
MIT — see LICENSE