A simple, responsive calculator built using HTML, CSS, and JavaScript.
It supports basic arithmetic operations and keyboard input.
- Addition, subtraction, multiplication, division
- Decimal number support
- Clear (C) and backspace (β) functions
- Keyboard input support
- Responsive design (mobile-friendly)
- Error handling (division by zero)
- HTML5
- CSS3 (Grid & Responsive Design)
- Vanilla JavaScript (DOM manipulation)
calculator-app
βββ index.html
βββ style.css
βββ script.js
βββ README.md
- Download or clone the repository
- Open
index.htmlin any modern browser - Start calculating π―
| Key | Action |
|---|---|
| 0β9 | Number input |
| + - * / | Operators |
| Enter | Calculate |
| Backspace | Delete |
| Esc | Clear |
- Scientific calculator functions
- Calculation history
- Dark/Light mode toggle
Ritisha Chaurasia
Frontend / MERN Stack Developer