🔗 Live Demo: https://simple-calculator-peach-ten.vercel.app/
A clean, responsive calculator built with pure HTML, CSS, and JavaScript.
- Basic Operations: +, -, ×, ÷
- Advanced Functions: %, backspace
- Responsive Design: Works on all devices
- Keyboard Support: Type calculations naturally
- Smart Display: Auto-adjusting font size
- Error Handling: Catches invalid inputs
- HTML5: Semantic structure
- CSS3: Flexbox/Grid layout, transitions
- JavaScript: Core calculation logic
- Media Queries: Mobile responsiveness
simple-calculator/
├── index.html # Main interface
├── style.css # Styling
├── script.js # Logic
└── README.md # Documentation
## Mouse/Touch
- Click buttons to input numbers and operations
- **AC**: All Clear
- **←**: Backspace
## Keyboard Shortcuts
- **0-9**: Numbers
- **+-*/**: Operators
- **Enter**: Equals
- **Esc**: Clear All
- **Backspace**: Delete last digit
git clone https://github.com/CodesByNitin/simple-calculator.git
cd simple-calculator
open index.html