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

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

Awesome Lists containing this project

README

          

![Platform](https://img.shields.io/badge/platform-iOS-blue)
![Swift](https://img.shields.io/badge/swift-6.1-orange)
![License](https://img.shields.io/github/license/janchrist91/Calculator_iOS)
# 📱 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 |
|------------|-----------|
| ![Light](https://github.com/janchrist91/Calculator_iOS/blob/main/Calculator/Assets.xcassets/AppIcon.appiconset/icon%28l%29.png?raw=true) | ![Light](https://github.com/janchrist91/Calculator_iOS/blob/main/Calculator/Assets.xcassets/AppIcon.appiconset/icon%28d%29.png?raw=true) |

## 🚀 Getting Started

```bash
git clone https://github.com/janchrist91/Calculator_iOS.git
open Calculator_iOS.xcodeproj