A simple and interactive web-based calculator built using HTML, CSS, and JavaScript.
This calculator supports basic arithmetic operations such as addition, subtraction, multiplication, and division, along with features like parentheses handling, clear, and backspace.
๐ Click here to try the calculator
โโโ index.html # Main HTML file (Calculator UI)
โโโ style.css # Stylesheet for calculator design
โโโ script.js # JavaScript logic for functionality
- โ Addition
- โ Subtraction
- โ๏ธ Multiplication
- โ Division
- ๐งน Clear screen (
C
) - โฌ ๏ธ Backspace functionality
- ๐ข Parentheses support
(
and)
- โ Equals button to evaluate expressions
- HTML5 โ For calculator structure
- CSS3 โ For styling and responsive layout
- JavaScript (ES6) โ For calculator functionality
- Clone the repository:
- Navigate to the project folder:
git clone https://github.com/rakshitgupta9/Calculator.git
cd Calculator
- Open index.html in your browser.
Rakshit Gupta
- ๐ Portfolio
- ๐ป GitHub
- ๐ Calculator Live Demo