- This project is part of The Odin Project's Foundations course.
- This project is a simple calculator built with HTML, CSS, and JavaScript.
- Basic arithmetic operations: addition, subtraction, multiplication, division.
- Support for decimal numbers and floating-point calculations.
- "Backspace" button to remove the last input character.
- "Clear" button to reset the calculator.
- Keyboard support for number entry, operators, backspace, and enter key for "=".
- Handles errors when attempting to divide by zero.
- Support chain calculations.
- Rounds long decimal answers to prevent overflow on the screen.
Check out the live version of the project: Demo Link
- Clone the repository to your local machine:
git clone https://github.com/yourusername/calculator.git
- Open the index.html file in any web browser to start using the calculator.