A clean and responsive clone of the iOS-style calculator built using HTML, CSS, and JavaScript. This project replicates the look and feel of the iPhone's calculator interface with basic arithmetic functionality and smooth UI.
- Responsive layout for mobile and desktop
- iOS-inspired button design and layout
- Light shadow and border effect
- Basic operations: addition, subtraction, multiplication, division, modulo
- Toggle sign (+/-) and clear (AC)
- Handles decimal input and formats results to 2 decimal places
Click here to view the calculator
- HTML5
- CSS3 (Grid layout, media queries)
- JavaScript (DOM manipulation, arithmetic logic)
- Clone the repository:
git clone https://github.com/Sandesh-008/ios-calculator-clone.git
- Open the
index.htmlfile in your browser.
ios-calculator-clone/ ├── index.html ├── style.css ├── script.js └── screenshot.png
Sandesh Salokhe
GitHub: @Sandesh-008
This project is open-source and available under the MIT License.
