Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 595 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 595 Bytes

Calculator

A basic calculator built with HTML, CSS, and JavaScript.

It performs basic arithmetic operations, including addition, subtraction, multiplication, and division, and supports percentage calculations, parentheses for complex calculations, decimal input, and error correction through a remove button.

The source code is organized across index.html, javascript-calculator.js, and styles-calculator.css files, facilitating easy review and modification.

Check out the website at: https://aitijhyacoded.github.io/Calculator/