https://github.com/janchrist91/calculator_ios
Simple SwiftUI calculator app
https://github.com/janchrist91/calculator_ios
application calculator ios swift swiftui xcode
Last synced: 8 months ago
JSON representation
Simple SwiftUI calculator app
- Host: GitHub
- URL: https://github.com/janchrist91/calculator_ios
- Owner: janchrist91
- License: mit
- Created: 2025-07-24T17:26:12.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-07-24T18:02:08.000Z (8 months ago)
- Last Synced: 2025-07-24T22:59:04.353Z (8 months ago)
- Topics: application, calculator, ios, swift, swiftui, xcode
- Language: Swift
- Homepage:
- Size: 2.06 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README



# 📱 Calculator iOS App
A simple and elegant calculator app built with **SwiftUI**, compatible with iOS 18.5.
## ✨ Features
- Basic operations: ➕ Addition, ➖ Subtraction, ✖️ Multiplication, ➗ Division
- Modern UI with support for:
- Light mode ☀️
- Dark mode 🌙
- Tinted (iOS 15+) appearance 🎨
- Real-time display updates
- Error handling (e.g. divide by zero)
## 🛠 Tech Stack
- **Language**: Swift
- **Framework**: SwiftUI
- **Xcode**: 15+ recommended
- **Deployment Target**: iOS 18.5
## 📷 App Icon Previews
| Light Mode | Dark Mode |
|------------|-----------|
|  |  |
## 🚀 Getting Started
```bash
git clone https://github.com/janchrist91/Calculator_iOS.git
open Calculator_iOS.xcodeproj