Welcome to the Calculator App! This simple calculator allows you to perform basic arithmetic operations such as addition, subtraction, multiplication, and division. It also supports additional features like percentage, and modulo operations.
- Perform basic arithmetic operations: addition, subtraction, multiplication, division.
- Additional operations: square root, percentage, and modulo.
- Responsive design for optimal viewing on various devices.
- Error handling for invalid inputs.
-
Basic Arithmetic Operations:
- Click on the numeric buttons (0-9) to input numbers.
- Click on the operation buttons (+, -, *, /) to perform arithmetic operations.
- Click on the "=" button to calculate the result.
-
Additional Operations:
- Square Root: Enter a number and click on the "sqrt" button to calculate its square root.
- Percentage: Enter a number and click on the "%" button to calculate its percentage.
- Modulo: Enter two numbers and click on the "mod" button to calculate the remainder of the division.
-
Clear and Delete:
- Click on the "C" button to clear the input.
- Click on the "DEL" button to delete the last character.
-
Responsive Design:
- The calculator app is responsive and adjusts its layout to fit various screen sizes, ensuring optimal viewing experience across devices.
- HTML
- CSS (with responsive media queries)
- JavaScript
You can simply clone this repository to your local machine and open the index.html file in your browser to start using the Calculator App.
git clone https://github.com/yourusername/calculator-app.git
cd calculator-appThis project is licensed under the MIT License - see the MIT LICENSE file for details.