#Calculator Web App
This is a simple Calculator Web Application built using HTML, CSS, and JavaScript.
🚀 Features
- Basic arithmetic operations (+, -, *, /)
- Clear button (AC) to reset the display
- Backspace button (⌫) to delete the last number
- Responsive button layout
- Simple and clean UI design
🛠️ Technologies Used
- HTML
- CSS
- JavaScript
📌 How It Works
- Users can click the calculator buttons to enter numbers and operations.
- The display shows the current input.
- Press = to calculate the result.
- Press AC to clear the display.
- Press ⌫ to remove the last entered character.
🎯 Purpose of This Project
This project was created to practice JavaScript DOM manipulation and improve frontend development skills.
📷 Preview
A simple calculator interface with colorful buttons and a display screen.
⭐ If you like this project, feel free to star the repository!