This is a simple calculator application with keyboard support. It allows you to perform basic arithmetic operations such as addition, subtraction, multiplication, and division. It also includes additional features like calculating the factorial and exponentiation.
- Basic arithmetic operations: addition, subtraction, multiplication, and division
- Factorial calculation
- Exponentiation
- Keyboard support
- Open the Calculator Website in a web browser by clicking here or copy this link:
https://shahir-47.github.io/Calculator/
and paste it in the address bar of your web browser. - Use the calculator buttons or the keyboard to perform calculations.
- The result will be displayed in the calculator display area.
- Use the number keys (0-9) to input numbers.
- Use the following keys for operations:
- "+" key: Addition
- "-" key: Subtraction
- "*" or "x" key: Multiplication
- "/" key: Division
- "^" key: Exponentiation
- "!" key: Factorial
- Use the "Enter" key or "=" key to calculate the result.
- Use the "Backspace" key to delete the last digit or operation.
- Use the "Esc" key or "C" key to clear the display.
- HTML
- CSS
- JavaScript
This project is licensed under the MIT License.
This calculator application was created by Shahir Ahmed.