A stylish and fully functional calculator web app built with HTML, CSS, and JavaScript. Inspired by mobile calculator interfaces, it supports both basic and complex arithmetic operations, including parentheses and decimals.

• Basic operations: +, -, ×, ÷, %
• Complex calculations with parentheses '(' and ')'
• Decimal support using decimal point '.'
• Calculation history display: Expression above, Result below (like mobile calculators)
• Functional AC (All Clear) and DEL (Delete last character) buttons
• Responsive and visually appealing neumorphic UI
- Clone the repository:
git clone https://github.com/Debrup-Chatterjee/Frontend-Calculator.git
- Open the index.html file in any modern web browser.
No installation or dependencies required — works offline directly in the browser.