/Calculator

A Simple Calculator Made Using HTML, CSS, JS

Primary LanguageHTMLCreative Commons Zero v1.0 UniversalCC0-1.0

Calculator App

A simple and elegant calculator application built using HTML, CSS, and JavaScript. This app performs basic arithmetic operations like addition, subtraction, multiplication, and division, and features a user-friendly interface.

Features

  • Perform basic calculations (addition, subtraction, multiplication, division).
  • Clear the input and reset the calculator.
  • Delete the last entered digit.
  • Responsive design for optimal viewing on various devices.

Demo

Live Demo

Screenshots

Calculator Screenshot

Installation

  1. Clone the repository:
    git clone https://github.com/SoumyaEXE/Calculator.git
  2. Open index.html in your web browser.

Usage

  1. Enter numbers using the number buttons.
  2. Select an operator by clicking the corresponding button.
  3. Click the = button to see the result.
  4. Use the AC button to clear the calculator.
  5. Use the DEL button to remove the last digit.

Technologies Used

  • HTML
  • CSS
  • JavaScript

Contribution

Feel free to fork the repository and submit pull requests. Any improvements or bug fixes are welcome!

Author

Soumya

License

This project is licensed under the MIT License - see the LICENSE file for details.