A basic calculator built using HTML, CSS, and JavaScript. This calculator performs fundamental arithmetic operations and provides additional functionalities.
- Arithmetic Operations: Addition, subtraction, multiplication, and division.
- Decimal Numbers & Percentages: Supports calculations with decimal numbers and percentage operations.
- Parentheses Support: Allows users to enter expressions using parentheses.
- Clear Function: Clears the display with a single click.
- Expression Evaluation: Evaluates expressions and displays the result.
- calculator.html: The main HTML file for the calculator interface.
- calculator1.css: The CSS stylesheet for the calculator interface (not included in this repository).
- calc.js: The JavaScript file containing the logic for the calculator.
- Download or Clone the Repository:
git clone https://github.com/your-username/simple-calculator.git