This project is a simple, responsive calculator built using HTML, CSS, and JavaScript. It allows users to perform basic arithmetic operations such as addition, subtraction, multiplication, and division.
- Responsive design that works on different screen sizes.
- Basic arithmetic operations: addition, subtraction, multiplication, and division.
- Clear button to reset the calculator.
- Easy-to-read display for input and results.
To use this calculator, simply clone the repository and open the index.html
file in your web browser.
git clone https://github.com/abhishek-maurya576/calculator-project.git
cd calculator-project
- Clone the repository as shown in the installation section.
- Open the
index.html
file in your preferred web browser. - Use the calculator to perform basic arithmetic operations.
index.html
: The main HTML file that contains the structure of the calculator.style.css
: The CSS file that styles the calculator.script.js
: The JavaScript file that adds functionality to the calculator.
Contributions are welcome! If you have any suggestions or improvements, feel free to create an issue or submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for more details.
If you have any questions or feedback, please feel free to contact me at [ [email protected] ]