This is a simple calculator web application created using HTML, CSS, and JavaScript.
- Clone the repository to your local machine or download the zip file.
- Open the index.html file in a web browser to run the application.
The calculator performs basic arithmetic operations such as addition, subtraction, multiplication, and division. It also includes a clear button to reset the input.
The HTML file contains the basic structure of the web application. It includes a table that displays the buttons for the calculator and an input field for the results.
The CSS file contains the styling rules for the calculator. It includes styles for the buttons, input field, and overall layout.
The JavaScript file contains the logic for the calculator. It includes functions for handling button clicks, performing arithmetic operations, and clearing the input field.
This project was created by Mahesh Semwal. Feel free to use it for personal or educational purposes.