Skip to content

Latest commit

 

History

History
50 lines (27 loc) · 1.72 KB

README.md

File metadata and controls

50 lines (27 loc) · 1.72 KB

Calculator in HTML

License GitHub issues GitHub stars

A simple calculator built using HTML, CSS, and JavaScript.

Calculator

Features

  • Basic arithmetic operations: addition, subtraction, multiplication, and division.
  • Clear button to reset the calculator.
  • Responsive design, compatible with different screen sizes.

Installation

To use the calculator, follow these steps:

  1. Clone the repository:

git clone https://github.com/Logeshwari25/Calc-in-html.git

  1. Navigate to the project directory:

cd Calc-in-html

  1. Open the index.html file in your preferred web browser.

Usage

  1. Enter numbers and arithmetic operations using the calculator buttons.
  2. Press the equal (=) button to get the result.
  3. To clear the calculator, click the Clear button.

License

This project is licensed under the MIT License.

Contributing

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.

Acknowledgments

  • The calculator design is inspired by various examples found on the web.

Author