Binary Calculator is a simple calculator that performs arithmetic operations on binary numbers. It supports addition, subtraction, multiplication, and division of binary numbers.
- Addition of binary numbers
- Subtraction of binary numbers
- Multiplication of binary numbers
- Division of binary numbers
- Clone the repository:
git clone https://github.com/ak-hu/binary-calculator.git
- Open the project directory:
cd binary-calculator
- Open the
index.html
file in a web browser.
- Enter two binary numbers in the input fields.
- Select the operation to perform (addition, subtraction, multiplication, or division).
- Click the "Calculate" button to see the result.
-
To add two binary numbers:
- Number 1: 101
- Number 2: 11
- Operation: Addition
- Result: 1000
-
To subtract two binary numbers:
- Number 1: 1010
- Number 2: 110
- Operation: Subtraction
- Result: 1000
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.
This project does not have a specific license