This is a simple calculator built using HTML, CSS, and JavaScript. It supports basic arithmetic operations like addition, subtraction, multiplication, and division.
- Addition
- Subtraction
- Multiplication
- Division
- Clear Functionality
To get a local copy up and running, follow these simple steps:
- Clone the repo
git clone https://github.com/your_username/simple-js-calculator.git
- Open the index.html file
open index.html
To use the calculator, simply click on the numbers and operation buttons on the calculator interface. The result will be displayed on the screen.