Binary Calculator is a simple web application that allows users to perform basic arithmetic operations on binary numbers.
- Addition (
+) - Subtraction (
-) - Multiplication (
*) - Division (
/)
Enter a binary expression using 0s and 1s, along with arithmetic operators (+, -, *, /). Press the "=" button to see the result. To clear the input and output, click the "C" button.
Input: 1010 + 0011 Output: 1101
HTML CSS JavaScript
To run the Binary Calculator locally, follow these steps:
-
Clone the repository:
git clone https://github.com/rohithgoje21/Binary-Calculator.git
-
cd Binary-Calculator