MacOS-Calculator is my attempt to clone Apple's macOS calc. The app utilizes SwiftUI technologies, offering a clean and functional design for basic arithmetic operations.
- Basic arithmetic operations: addition, subtraction, multiplication, division.
- Functional buttons: clear, toggle sign, percentage.
- Sleek UI with a "frosted glass" effect that matches macOS design guidelines.
- Keyboard input support, making it easy to use with the keyboard as well.
-
Clone the repository: To get started, clone this repository to your local machine:
git clone https://github.com/Guliveer/MacOS-Calculator.git
-
Set up the project: Ensure that you have Xcode installed, along with Swift development tools. Open the project in Xcode.
-
Run the app: Once the project is open in Xcode, press
Cmd + R
to build and run the app on the simulator or a real device.You can also download by clicking here or through the releases section.
This | Apple's |
---|---|
See the calculator in action! The "frosted glass" effect gives it a clean and polished look, while the button layout ensures smooth interaction.
- Swift and SwiftUI: Using Apple's modern programming language and UI framework, I've tried to replicate the native macOS calculator's functionality, design, and user experience. All that while keeping the codebase clean and maintainable.
- Expanded functionality: Adding more advanced mathematical operations such as square roots, powers, and logarithms.
- Dark mode: Support for system-wide dark/light mode preferences.
- Customization options: Ability to personalize the calculator's appearance.