https://github.com/zilean12/calculator
https://github.com/zilean12/calculator
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zilean12/calculator
- Owner: Zilean12
- Created: 2024-02-01T16:47:10.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-09T05:41:59.000Z (over 1 year ago)
- Last Synced: 2025-02-09T22:42:54.360Z (8 months ago)
- Language: HTML
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Keypad Calculator
simple keypad calculator implemented using HTML, CSS, and JavaScript. It provides basic arithmetic operations such as addition, subtraction, multiplication, and division in an easy-to-use keypad interface.## Features
- **Basic Arithmetic Operations:** Perform addition, subtraction, multiplication, and division calculations.
- **Clear and Intuitive Interface:** The keypad layout makes it easy to input numbers and perform calculations.### Using the Calculator:
1. **Opening the Calculator:**
- Open the `Calculator.html` file in a web browser.2. **Entering Numbers:**
- Click on the number buttons (0-9) to input numbers.3. **Performing Operations:**
- Click on the operation buttons (+, -, *, /) to perform arithmetic operations.4. **Clearing the Display:**
- Click the "C" button to clear the display.5. **Calculating the Result:**
- Click the "=" button to calculate the result.6. **Using Multiple Operations:**
- Chain multiple operations together by entering numbers and operations sequentially.Clone this repository to your local machine:
```bash
git clone https://github.com/Zilean12/Calculator.git