Simple Binary number calculator that takes 2 operands in binary format and an operator (one of + - * or /
) and shows the results in binary format.
- Enter the number in binary format using [0] and [1] buttons
- Select the operator [+], [-], [*] or [/]
- Enter the second operand using the keys shown in step 1
- Select the press equal (=) button to perform the culculation
This app only works with two operands and an operator
- Clone the repo:
git clone https://github.com/fdvmoreira/binary-calculator.git
- Navigate into the cloned directory:
cd binary-calculator
- Use python http.server module to run a local server as follows or any other server like live server
python3 -m http.server
MIT, read the LICENSE