Welcome to the JavaScript Calculator project! This simple calculator allows you to perform basic arithmetic operations right in your web browser.
- Addition (+)
- Subtraction (-)
- Multiplication (*)
- Division (/)
You can try out the live demo of the calculator here.
To run the calculator locally on your machine, follow these steps:
- Web browser (e.g., Chrome, Firefox, Safari)
- Clone the repository:
git clone https://github.com/anasahammad/Calculator-With-JS cd Calculator-With-JS