This is a simple clone of the Apple calculator, built using HTML, CSS, and JavaScript.
- Basic arithmetic operations (addition, subtraction, multiplication, division)
- Clear button to clear the input field
- Backspace button to delete the last digit entered
- Keyboard support (use the number keys and operators on your keyboard to input values)
To use the calculator, simply open the index.html
file in your web browser. The calculator should appear on your screen.
To input values, you can click the buttons on the calculator. The AC
button clears the input field, and the =
button see the result.
This calculator is a simple project intended for educational purposes. If you find any issues or would like to contribute, feel free to open an issue or submit a pull request on the GitHub repository.
This project is licensed under the MIT License. See the LICENSE
file for more details.