Skip to content

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.

License

Notifications You must be signed in to change notification settings

geekyharsh05/Binary-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Binary Calculator

License HTML CSS JavaScript

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.

✅ 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.

🚀 Getting Started

To use the Binary Calculator, follow these steps:

  1. Clone the repository to your local machine.
   git clone [email protected]:geekyharsh05/Binary-Calculator.git
  1. Open the index.html file in your preferred web browser.

  2. 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.

🎬 Demo

You can see a live demo of the Binary Calculator project here.

🧑‍💻 Technologies Used

  • HTML
  • CSS
  • JavaScript

📝 License

This project is licensed under the MIT License. Feel free to modify and use the code according to your needs.

About

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.

Topics

Resources

License

Stars

Watchers

Forks