Calculator Project A simple calculator built using HTML, CSS, and JavaScript.
Description This project is a basic calculator that allows users to perform arithmetic operations such as addition, subtraction, multiplication, and division. It also includes a clear button to reset the calculator.
Features Basic arithmetic operations: addition, subtraction, multiplication, and division Clear button to reset the calculator Simple and intuitive user interface Technologies Used HTML5 CSS3 JavaScript (ES6+) Getting Started Clone the repository: git clone https://github.com/KrishnaMohanty08/calculator-project.git Open the index.html file in a web browser to view the calculator Use the calculator by clicking on the buttons to perform arithmetic operations Code Structure The code is organized into the following files:
index.html: The main HTML file that contains the calculator layout and structure styles.css: The CSS file that styles the calculator script.js: The JavaScript file that contains the calculator logic and functionality Contributing If you'd like to contribute to this project, please fork the repository and submit a pull request with your changes.
License This project is licensed under the MIT License. See the LICENSE file for details.