A simple calculator application built using HTML, CSS, and JavaScript.
This project is a basic calculator web application that performs simple arithmetic operations. It is designed to provide a user-friendly interface with responsive design, ensuring compatibility across different devices and screen sizes.
-
Basic Arithmetic Operations: Addition, subtraction, multiplication, and division.
-
Clear Functionality: Ability to reset the calculator to its initial state.
-
Responsive Design: Ensures usability on various devices, including desktops, tablets, and smartphones.
- Basic Operations:
- Click on the numeric buttons to input numbers.
- Use the operation buttons (
+
,-
,×
,÷
) to perform calculations. - Press the
=
button to get the result.
- Clear:
- Use the
C
button to clear the current input and start a new calculation.
- Use the
[live link] (http://127.0.0.1:5500/calculator/index.html)
Ruhi Parween - [email protected]
Project Link: https://github.com/ruhi19par/Calculator