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.
- 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.
- Clone the repository:
git clone https://github.com/SoumyaEXE/Calculator.git
- Open
index.html
in your web browser.
- Enter numbers using the number buttons.
- Select an operator by clicking the corresponding button.
- Click the
=
button to see the result. - Use the
AC
button to clear the calculator. - Use the
DEL
button to remove the last digit.
- HTML
- CSS
- JavaScript
Feel free to fork the repository and submit pull requests. Any improvements or bug fixes are welcome!
This project is licensed under the MIT License - see the LICENSE file for details.