A modern web calculator built with HTML, CSS, and JavaScript.
- Addition, subtraction, multiplication, division
- Decimal support
- Delete a digit (
DEL) - Full reset (
AC) - Keyboard support
- Responsive and modern display
index.html
css/
styles.css
js/
script.js
index.html: HTML structure of the calculatorcss/styles.css: modern and responsive stylesjs/script.js: JavaScript logic for the calculator
- Open
index.htmlin your browser. - Use the buttons or keyboard to perform calculations.
- Numbers and
.to enter values +,-,*,/for operationsEnteror=to calculateBackspaceto delete a digitEscapeto clear all
© 2025 Errante Jean-Louis