A simple web-based calculator built using HTML, CSS, and JavaScript.
This is a basic calculator built with HTML, CSS, and JavaScript. It allows users to perform basic arithmetic operations such as addition, subtraction, multiplication, and division. Additionally, it includes a decimal point button, a button to toggle between positive and negative numbers, and a button to clear the input.
You can see a live demo of the calculator here.
- Addition, subtraction, multiplication, and division
- Decimal point button
- Toggle between positive and negative numbers
- Clear input button
- HTML
- CSS
- JavaScript
- Clone the repository.
- Open the index.html file in your browser.
- Enter the first number.
- Click on an arithmetic operator.
- Enter the second number.
- Click on the equals button to get the result.
This project is licensed under the MIT License.