A simple calculator web application.
- โ Basic arithmetic operations: addition, subtraction, multiplication, and division.
- ๐ Percentage calculations.
- ๐งน Clear screen functionality.
- โจ๏ธ Keyboard input support.
- Clone the repository.
- Open the project in Visual Studio Code.
- Install the Live Server extension in Visual Studio Code.
- Open
index.htmland start the Live Server to view the calculator in your browser.
- Click the buttons or use the keyboard to input numbers and operations.
- Press
CorEscapeto clear the screen. - Press
Enteror=to perform the calculation.
index.html: The main HTML file containing the structure of the calculator.script.js: The JavaScript file containing the logic for the calculator.style.css: The CSS file containing the styles for the calculator..vscode/settings.json: Configuration file for Visual Studio Code Live Server settings.
This project is licensed under the MIT License.