Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/obskurath/calculator
A simple and intuitive web-based calculator application using HTML, CSS, and JavaScript. Features basic arithmetic operations, percentage calculations, and keyboard input support.
https://github.com/obskurath/calculator
basic-programming calculator calculator-javascript javascript javascript-basics
Last synced: 2 days ago
JSON representation
A simple and intuitive web-based calculator application using HTML, CSS, and JavaScript. Features basic arithmetic operations, percentage calculations, and keyboard input support.
- Host: GitHub
- URL: https://github.com/obskurath/calculator
- Owner: Obskurath
- License: mit
- Created: 2024-11-24T07:45:04.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-24T10:19:51.000Z (2 months ago)
- Last Synced: 2024-11-24T11:21:36.483Z (2 months ago)
- Topics: basic-programming, calculator, calculator-javascript, javascript, javascript-basics
- Language: JavaScript
- Homepage: https://obskurath.github.io/calculator/
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ๐งฎ Calculator
A simple calculator web application.
## โจ Features
- โ Basic arithmetic operations: addition, subtraction, multiplication, and division.
- ๐ Percentage calculations.
- ๐งน Clear screen functionality.
- โจ๏ธ Keyboard input support.## โ๏ธ Setup
1. Clone the repository.
2. Open the project in Visual Studio Code.
3. Install the Live Server extension in Visual Studio Code.
4. Open `index.html` and start the Live Server to view the calculator in your browser.## ๐ Usage
- Click the buttons or use the keyboard to input numbers and operations.
- Press `C` or `Escape` to clear the screen.
- Press `Enter` or `=` to perform the calculation.## ๐ Files
- `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.## ๐ License
This project is licensed under the [MIT License](LICENSE).