A basic calculator built using HTML, CSS, and JavaScript. This calculator can perform four primary arithmetic operations: addition, subtraction, multiplication, and division.
- index.html: The main HTML file containing the structure of the calculator.
- style.css: CSS file to style the calculator interface.
- script.js: JavaScript file to implement the calculator's functionality.
- Addition (+)
- Subtraction (-)
- Multiplication (*)
- Division (/)
- Hosting Website - https://simple-calculate-33a15.web.app
- Video - https://youtu.be/JdwZj-WnNXE
- Enter the first number.
- Select an operator (+, -, *, /).
- Enter the second number.
- Press the "=" button to see the result.
- To clear the input, press the "C" or "Clear" button.
- HTML: To structure the content.
- CSS: To style the calculator interface.
- JavaScript: To add the calculator's interactive functionality.