https://github.com/humanshu001/calculator
First Calculator which I have made using HTML CSS and JavaScript
https://github.com/humanshu001/calculator
Last synced: 2 months ago
JSON representation
First Calculator which I have made using HTML CSS and JavaScript
- Host: GitHub
- URL: https://github.com/humanshu001/calculator
- Owner: humanshu001
- Created: 2023-09-16T15:45:08.000Z (over 1 year ago)
- Default Branch: Humanshu-Jaglan
- Last Pushed: 2024-01-06T09:43:18.000Z (over 1 year ago)
- Last Synced: 2025-01-13T09:36:38.029Z (4 months ago)
- Language: HTML
- Homepage: https://calculator-five-lyart.vercel.app
- Size: 456 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🧮 Web Calculator
This is a basic web calculator that can perform arithmetic operations such as addition, subtraction, multiplication, and division. The calculator is designed for local use and has not been hosted on a server. You can download or clone this repository to run the calculator locally on your machine.
## 🚀 Features
- Addition (+)
- Subtraction (-)
- Multiplication (*)
- Division (/)## 🛠️ Getting Started
To use this web calculator, follow these steps:
1. **Clone or Download the Repository**: Clone or download this repository to your local machine.
```
git clone https://github.com/your-username/web-calculator.git
```
2. **Open the Calculator**: Navigate to the project directory and open the `index.html` file in a web browser.3. **Perform Calculations**: Enter numbers and use the buttons to perform calculations. The result will be displayed on the calculator's screen.
## 📝 Usage
This calculator is simple and easy to use for basic arithmetic calculations. It is a single HTML file (`index.html`) with JavaScript for performing calculations. You can customize or extend it as needed for your own projects.
## 🚀 Example
Here's a simple example of how to use the calculator:
1. Open the `index.html` file in a web browser.
2. Enter `5` in the first input field.
3. Enter `3` in the second input field.
4. Click the `+` button.
5. The result `8` will be displayed on the screen.