📱 Modern Web Calculator
✨ A sleek, responsive calculator built with HTML, CSS, and JavaScript. Supports both mouse and keyboard input, gradient UI, and essential functions like clear, delete, and percentage. Perfect for beginners to practice DOM manipulation, styling, and event handling while building a modern web app.
🚀 Features:
🎨 Gradient-based modern user interface 🖱️ Mouse click support for all buttons ⌨️ Full keyboard support (0–9, + - * / %, Enter, Backspace, Escape) 🧹 Clear (AC) and delete (Del) functionality 📱 Responsive design for different screen sizes
🛠️ Tech Stack
HTML5 – structure CSS3 – styling with gradients, hover effects, flexbox JavaScript (ES6) – calculator logic and event handling
📂 Project Structure calculator-project/ ├── index.html # Main structure ├── style.css # Styling └── script.js # Calculator logic
git clone https://github.com/emancode-dev/CodeAlpha_Computer-calculator.git Navigate into the project folder. Open index.html in your browser. Start calculating! 🎉
Future Enhancements Scientific calculator functions (sin, cos, log, etc.) Dark/light theme toggle Calculation history tracking
📜 License This project is licensed under the MIT License – feel free to use, modify, and share under credits.