A simple and minimal calculator built with HTML, CSS, and JavaScript. Supports basic arithmetic operations with input validation.
- Perform addition, subtraction, multiplication, and division
- Prevents multiple operators in a row
- Blocks multiple decimal points in a single number
- Limits input to 10 characters
- Shows error on invalid expressions and clears automatically
- HTML
- CSS
- JavaScript (Vanilla)
- Clone the repository:
git clone https://github.com/your-username/calculator-app.git
cd calculator-app
2. Open index.html in your browser.
Or you can use Live Server if you're using VS Code.