A basic calculator web app built with HTML, CSS, and pure JavaScript. Perform simple arithmetic operations like addition, subtraction, multiplication, and division.
- Responsive and clean UI
- Supports basic arithmetic operations
- Keyboard and button input
- No external libraries or frameworks
- Clone the repository:
git clone https://github.com/TySod/simple-calculator.git
- Open
index.htmlin your browser.
mycalculator/
├── index.html
├── style.css
└── script.js
- Enter numbers using the buttons or keyboard.
- Click operators to perform calculations.
- Press
=to see the result. - Use
Cto clear the input.
- Modify
style.cssto change the appearance. - Extend
script.jsto add more features.
This project is licensed under the MIT License.
