This project is a simple calculator web application created using HTML, CSS, and JavaScript.
This calculator app allows users to perform basic arithmetic operations such as addition, subtraction, multiplication, and division. It provides a user-friendly interface with a layout resembling a traditional calculator, including number buttons, operation buttons, an input field, and a result display area.
Check out the live demo of the calculator app here.
- Addition, subtraction, multiplication, and division operations.
- Input field to enter the arithmetic equation.
- Clear button to reset the input.
- Result display area.
To use the calculator:
- Enter the arithmetic equation in the input field.
- Click the respective number buttons and operation buttons to input the equation.
- Click "=" to get the result.
- Click "C" to clear the input.
No installation is required to use the calculator. Simply access the live demo link provided above in any web browser.
Contributions are welcome! If you find any bugs or have suggestions for improvements, feel free to open an issue or create a pull request.
- Yash Patil(https://github.com/PATILYASHH) - Creator of this calculator app.
This project is licensed under the MIT License.