https://github.com/geekyharsh05/binary-calculator
The Binary Calculator is a simple calculator designed to perform arithmetic operations on binary numbers. It allows users to add, subtract, multiply, and divide binary numbers, making it a handy tool for anyone working with binary arithmetic.
https://github.com/geekyharsh05/binary-calculator
binary-calculator calculator calculator-javascript html-css-javascript
Last synced: about 1 month ago
JSON representation
The Binary Calculator is a simple calculator designed to perform arithmetic operations on binary numbers. It allows users to add, subtract, multiply, and divide binary numbers, making it a handy tool for anyone working with binary arithmetic.
- Host: GitHub
- URL: https://github.com/geekyharsh05/binary-calculator
- Owner: geekyharsh05
- License: mit
- Created: 2023-06-09T14:54:21.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-09T18:47:15.000Z (almost 3 years ago)
- Last Synced: 2025-10-26T13:43:35.752Z (6 months ago)
- Topics: binary-calculator, calculator, calculator-javascript, html-css-javascript
- Language: HTML
- Homepage: https://harshsbinarycalculator.vercel.app
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Binary Calculator
[](https://opensource.org/licenses/MIT)



The Binary Calculator is a simple calculator designed to perform arithmetic operations on binary numbers. It allows users to add, subtract, multiply, and divide binary numbers, making it a handy tool for anyone working with binary arithmetic.
## :white_check_mark: Features
- Addition: Add two binary numbers together.
- Subtraction: Subtract one binary number from another.
- Multiplication: Multiply two binary numbers.
- Division: Divide one binary number by another.
## :rocket: Getting Started
To use the Binary Calculator, follow these steps:
1. Clone the repository to your local machine.
```bash
git clone git@github.com:geekyharsh05/Binary-Calculator.git
```
2. Open the `index.html` file in your preferred web browser.
3. Use the calculator interface to input binary numbers and perform calculations.
## 📌 Usage
1.Inputting Binary Numbers:
- Use the provided buttons to enter binary digits (0 or 1) into the input fields.
- Alternatively, you can directly type binary numbers using your keyboard.
2.Selecting Operation:
- Click on the appropriate operation button (+, -, \*, /) to select the desired arithmetic operation.
3.Performing Calculation:
- After entering the binary numbers and selecting the operation, click on the "Calculate" button to perform the calculation.
- The result will be displayed in the output field.
4.Clearing Calculation:
- To clear the input and output fields, click on the "Clear" button.
## :clapper: Demo
You can see a live demo of the Binary Calculator project [here](https://harshsbinarycalculator.vercel.app).
## :technologist: Technologies Used
- HTML
- CSS
- JavaScript
## :memo: License
This project is licensed under the [MIT License](LICENSE). Feel free to modify and use the code according to your needs.