This is a simple calculator application with a user interface inspired by the iOS calculator.
- Basic arithmetic operations: addition, subtraction, multiplication, and division.
- Additional functions: percentage, sign toggle (+/-).
- Clear (AC) button to reset the calculator.
- Open the
index.html
file in your web browser. - Use the on-screen buttons to perform calculations.
- The result will be displayed on the screen.
index.html
: The main HTML file that defines the structure of the calculator.style.css
: The CSS file that styles the calculator.script.js
: The JavaScript file that implements the calculator's logic.