This is a replica of the iPhone calculator built using HTML, CSS, and JavaScript. The calculator includes basic arithmetic operations and mimics the look and feel of the native iPhone calculator.
- Basic arithmetic operations: addition, subtraction, multiplication, and division
- Styled to replicate the iPhone calculator interface
- Click the buttons on the calculator to perform operations.
- The display shows the current input and result of the calculations.
basic-calculator/
├── index.html # The main HTML file
├── styles.css # CSS for styling the calculator
└── script.js # JavaScript for calculator functionality