An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Binary Calculator

[![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
![HTML](https://img.shields.io/badge/-HTML-orange?logo=html5&logoColor=white)
![CSS](https://img.shields.io/badge/-CSS-blue?logo=css3&logoColor=white)
![JavaScript](https://img.shields.io/badge/-JavaScript-yellow?logo=javascript&logoColor=white)

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.