This is a simple calculator built using HTML, CSS, and JavaScript. It supports basic operations like addition, subtraction, multiplication, and division.
Click the link below to try the calculator live:
- Responsive design.
- Handles invalid inputs (e.g., division by zero).
- Basic arithmetic operations.
- Clone the repository:
git clone https://github.com/Hossein-Kelisa/Simple-Calculator.git
- Open the
index.html
file in your browser.
- HTML
- CSS
- JavaScript