🧮 SimpleCalc - A Clean & Modern Calculator App
SimpleCalc is a sleek and user-friendly calculator application for iOS, built to provide a straightforward and efficient user experience. It handles essential arithmetic operations with a clean, minimalist interface, making it a perfect tool for everyday calculations.
This project was developed as a portfolio piece to demonstrate core skills in iOS development, UI design, and logic implementation using modern Apple technologies.
✨ Features
Standard Arithmetic Operations: Supports addition (+), subtraction (-), multiplication (×), and division (÷).
Decimal Support: Full functionality for calculations involving decimal numbers.
Percentage Function: Easily calculate percentages with the % button.
Positive/Negative Toggler: Switch between positive and negative numbers using the +/- button.
Clear Functions:
AC (All Clear) button to reset the entire calculation and clear all memory.
The clear button intelligently switches from AC to C to clear only the current input after a calculation has started.
Responsive UI: The layout is designed with SwiftUI to adapt cleanly to various iPhone screen sizes.
🛠️ Technologies Used
SwiftUI: The entire user interface is built declaratively using Apple's modern UI framework for a reactive and fluid experience.
Swift: The core logic and functionality are written in Swift, ensuring performance and safety.
Xcode: Developed and built using Apple's integrated development environment (IDE).
🚀 Setup and Running
To run the application on your local machine, follow the steps below:
Clone the Repository: Open your terminal and paste the following command:
Open the Project in Xcode: Navigate to the cloned directory and open the .xcodeproj file with Xcode.
Build and Run the Application: Click the 'Play' button on the Xcode toolbar or use the keyboard shortcut Command + R.

You may also like

Back to Top