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!


