A simple calculator built using HTML, CSS, and JavaScript.
- Basic arithmetic operations: addition, subtraction, multiplication, and division.
- Clear button to reset the calculator.
- Responsive design, compatible with different screen sizes.
To use the calculator, follow these steps:
- Clone the repository:
git clone https://github.com/Logeshwari25/Calc-in-html.git
- Navigate to the project directory:
cd Calc-in-html
- Open the
index.html
file in your preferred web browser.
- Enter numbers and arithmetic operations using the calculator buttons.
- Press the equal (=) button to get the result.
- To clear the calculator, click the Clear button.
This project is licensed under the MIT License.
If you find any issues or have suggestions for improvement, please feel free to open an issue on GitHub. Contributions are also welcome. Fork the repository and create a pull request with your changes.
- The calculator design is inspired by various examples found on the web.