This project is a simple calculator built with vanilla JavaScript, HTML, and CSS. It performs basic arithmetic operations: addition, subtraction, multiplication, and division.
- Addition, subtraction, multiplication, division
- Responsive and clean UI
- Keyboard and button input support
- Open
index.htmlin your browser. - Use the buttons or your keyboard to enter numbers and operations.
- Click
=or press Enter to see the result. - Use
CorClearto reset the calculator.
index.html— Main HTML filestyle.css— Calculator stylesscript.js— Calculator logic
- User input is displayed on the screen.
- JavaScript handles all calculations and updates the display.
- No external libraries or frameworks used.
Feel free to modify and enhance the calculator!
