{"id":26626787,"url":"https://github.com/guliveer/macos-calculator","last_synced_at":"2025-04-10T12:42:21.828Z","repository":{"id":263660996,"uuid":"891096761","full_name":"Guliveer/MacOS-Calculator","owner":"Guliveer","description":"This project is my attempt to clone Apple's macOS calc. The app utilizes SwiftUI technologies, offering a clean and functional design for basic arithmetic operations.","archived":false,"fork":false,"pushed_at":"2025-01-07T00:07:46.000Z","size":1427,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-24T11:35:25.274Z","etag":null,"topics":["calculator","macos","swift","swiftui"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Guliveer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-19T18:08:51.000Z","updated_at":"2025-01-23T11:17:13.000Z","dependencies_parsed_at":"2024-11-19T19:26:30.184Z","dependency_job_id":"ca98e0c3-6f4e-40c5-8664-8619a017f31e","html_url":"https://github.com/Guliveer/MacOS-Calculator","commit_stats":null,"previous_names":["guliveer/macos-calculator"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Guliveer%2FMacOS-Calculator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Guliveer%2FMacOS-Calculator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Guliveer%2FMacOS-Calculator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Guliveer%2FMacOS-Calculator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Guliveer","download_url":"https://codeload.github.com/Guliveer/MacOS-Calculator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248217158,"owners_count":21066634,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["calculator","macos","swift","swiftui"],"created_at":"2025-03-24T11:28:16.743Z","updated_at":"2025-04-10T12:42:21.802Z","avatar_url":"https://github.com/Guliveer.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"![macOS](https://img.shields.io/badge/macOS-white?style=for-the-badge\u0026logo=apple\u0026logoColor=black)\n![Xcode](https://img.shields.io/badge/Xcode-007ACC?style=for-the-badge\u0026logo=xcode\u0026logoColor=white)\n![Swift](https://img.shields.io/badge/Swift-orange?style=for-the-badge\u0026logo=swift\u0026logoColor=white)\n![SwiftUI](https://img.shields.io/badge/SwiftUI-33c5ff?style=for-the-badge\u0026logo=swift\u0026logoColor=white)\n\n![GitHub Created At](https://img.shields.io/github/created-at/Guliveer/MacOS-Calculator?style=for-the-badge)\n![GitHub last commit (branch)](https://img.shields.io/github/last-commit/Guliveer/MacOS-Calculator/main?style=for-the-badge\u0026color=blue)\n\n![GitHub Release](https://img.shields.io/github/v/release/Guliveer/MacOS-Calculator?include_prereleases\u0026style=for-the-badge\u0026color=green)\n\n[![GitHub Downloads (specific asset, latest release)](https://img.shields.io/github/downloads/Guliveer/MacOS-Calculator/latest/macos-calc-clone.zip?style=social\u0026logo=GitHub\u0026label=Download%40latest)](https://github.com/Guliveer/MacOS-Calculator/releases/latest/download/macos-calc-clone.zip)\n\n# MacOS-Calculator 🎛️\n\n**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.\n\n## ✨ Features\n\n- **Basic arithmetic operations**: addition, subtraction, multiplication, division.\n- **Functional buttons**: clear, toggle sign, percentage.\n- **Sleek UI** with a \"frosted glass\" effect that matches macOS design guidelines.\n- **Keyboard input support**, making it easy to use with the keyboard as well.\n\n## 🚀 How to Run\n\n1. **Clone the repository:**\n   To get started, clone this repository to your local machine:\n\n   ```bash\n   git clone https://github.com/Guliveer/MacOS-Calculator.git\n   ```\n\n2. **Set up the project:**\n   Ensure that you have Xcode installed, along with Swift development tools. Open the project in Xcode.\n\n3. **Run the app:**\n   Once the project is open in Xcode, press `Cmd + R` to build and run the app on the simulator or a real device.\n\n   ### You can also download by clicking [here](https://github.com/Guliveer/MacOS-Calculator/releases/latest/download/macos-calc-clone.zip) or through the releases section.\n\n## 👁️ Take a quick look\n\n|                     This                      |                          Apple's                          |\n| :-------------------------------------------: | :-------------------------------------------------------: |\n| ![My MacOS Calculator](./screenshots/app.png) | ![Apple's MacOS Calculator](./screenshots/apple_calc.png) |\n\nSee the calculator in action! The \"frosted glass\" effect gives it a clean and polished look, while the button layout ensures smooth interaction.\n\n## 🖥️ Technologies\n\n- **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.\n\n## ⚙️ Future Features\n\n- **Expanded functionality**: Adding more advanced mathematical operations such as square roots, powers, and logarithms.\n- **Dark mode**: Support for system-wide dark/light mode preferences.\n- **Customization options**: Ability to personalize the calculator's appearance.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguliveer%2Fmacos-calculator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fguliveer%2Fmacos-calculator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguliveer%2Fmacos-calculator/lists"}