A modern, pastel-themed calculator built using HTML, CSS, and JavaScript.
This project focuses on clean UI design, smooth micro-interactions, and correct arithmetic logic, making it suitable for a student portfolio or learning showcase.
- ๐จ Pastel UI Theme with soft gradients and shadows
- ๐ Single-page layout (no scrolling required)
- โ Supports:
- Addition (+)
- Subtraction (โ)
- Multiplication (ร)
- Division (รท)
- Remainder (%)
- โ Clear (AC) and Cancel (DEL) buttons
- โจ๏ธ Keyboard support for faster input
- ๐ซ Micro-interactions
- Button hover effects
- Soft bounce animation on click
- ๐ฑ Responsive design (works on desktop and mobile)
- ๐งฎ 4 buttons per row with proper alignment
- HTML5 โ Structure
- CSS โ Styling, gradients, animations
- JavaScript โ Calculator logic & interactivity
calculator/ โโโ index.html | โโโ style.css | โโโ script.js | โโโ README.md