A fully functional web-based iOS Calculator clone built using HTML, CSS, and Vanilla JavaScript.
This project is not just a UI replica — all arithmetic operations are fully implemented and working dynamically through JavaScript.
- ➕ Addition
- ➖ Subtraction
- ✖️ Multiplication
- ➗ Division
- 📊 Percentage (%)
- 🔄 Sign change (+/-)
- 🔢 Decimal number support
- 🧹 AC (All Clear)
- 🟰 Real-time result calculation
- iOS Calculator inspired design
- CSS Grid-based button layout
- Centered responsive structure
- Hover interaction effects
- Extended
0button design - Realistic iOS color palette
- HTML5
- CSS3 (Grid & Flexbox)
- Vanilla JavaScript
├── index.html
├── style.css
├── index.js
├── iosCalculator.gif
├── css-grid-ios.gif
├── css-grid-ios.png
└── README.md


