SIMPLE CALCULATOR WEB APP
A basic calculator web application built with HTML, CSS, and JavaScript.
FEATURES
- Basic arithmetic operations (addition, subtraction, multiplication, division)
- Clear button to reset the calculation
- Responsive design that works on different screen sizes
- Simple and intuitive user interface
HOW TO USE
- Open the
index.html
file in your web browser - Use the calculator by:
- Clicking the number buttons to input values
- Selecting an operation (+, -, ×, /)
- Pressing "=" to see the result
- Using "AC" to clear the current calculation
FILE STRUCTURE
- index.html # Main HTML file
- style.css # CSS styles
- JavaScript functionality
TECHNOLOGIES USED
- HTML5
- CSS3
- JavaScript (ES6)
FUTURE IMROVEMENTS
- Add keyboard support for input
- Implement more advanced mathematical functions
- Add memory functions (M+, M-, MR, MC)