A modern animated calculator built using HTML, CSS & JavaScript ✨
- 🧮 Basic arithmetic operations (+, -, ×, ÷)
- 💡 Percentage support (% logic included)
- 🎨 Glassmorphism UI design
- ⚡ Real-time input handling
- ❌ Error handling (NaN, Infinity, etc.)
- 📱 Fully responsive mobile design
- HTML5
- CSS3 (Glassmorphism + Animations)
- JavaScript (DOM + Logic + eval replacement)
- Buttons update input field dynamically
- Expression is built as string
%is converted to/100Function()evaluates safely instead ofeval()- Error handling resets invalid output
✔ Mobile-friendly layout
✔ Touch-optimized buttons
✔ Adaptive calculator size
- DOM manipulation
- Event handling
- String-based expression building
- UI/UX design principles
- Glassmorphism styling
calculator/ │── index.html │── style.css │── script.js │── assets/ │ ├── calculator.png │ ├── calculator.gif
- GitHub: https://github.com/HafizEngineerMuhammadAbdullah
- LinkedIn: https://www.linkedin.com/in/muhammad-abdullah-360a87384/
- Email: abdullahkhalid2k25@gmail.com
⭐ If you like this project, give it a star!


