
Calculator
A sleek, functional calculator built with JavaScript
About This Project
This calculator was built following modern web development practices, including:
- Clean, semantic HTML structure
- CSS styling with flexbox for layout
- JavaScript for functionality
- Responsive design that works on all screen sizes
- Full keyboard support including numpad functionality
Keyboard Controls
Numbers & Operations
- 0-9 or Numpad 0-9 - Number input
- + or Numpad + - Addition
- - or Numpad - - Subtraction
- * or Numpad * - Multiplication
- / or Numpad / - Division
Special Functions
- = or Enter or Numpad Enter - Calculate
- Escape or C - Clear
- Backspace or Delete - Remove last digit
- . or Numpad . - Decimal point
Pro Tip: Try dividing by zero for a special surprise effect! 💥