This is a simple calculator built with HTML, CSS, and JavaScript. It performs basic arithmetic operations such as addition, subtraction, multiplication, and division.
You can try the calculator online here.
- Addition
- Subtraction
- Multiplication
- Division
- Decimal point support
- Clear button to reset the calculator
To run the calculator locally, follow these steps:
- Clone the repository to your local machine.
- Open the
index.html
file in your web browser.
To use the calculator, simply click the buttons or type on your keyboard to input the numbers and operators. The result will be displayed in the calculator's screen.
Contributions are welcome! If you would like to contribute to the project, please follow these guidelines:
- Fork the repository and create a new branch.
- Make your changes and test them.
- Submit a pull request.
This project is licensed under the MIT License.