Skip to content

fdvmoreira/binary-calculator

Repository files navigation

Binary Number Calculator


Simple Binary number calculator that takes 2 operands in binary format and an operator (one of + - * or /) and shows the results in binary format.

How to use the app?

  1. Enter the number in binary format using [0] and [1] buttons
  2. Select the operator [+], [-], [*] or [/]
  3. Enter the second operand using the keys shown in step 1
  4. Select the press equal (=) button to perform the culculation

Limitations

This app only works with two operands and an operator

How to run localy?

  1. Clone the repo:
git clone https://github.com/fdvmoreira/binary-calculator.git
  1. Navigate into the cloned directory:
cd binary-calculator
  1. Use python http.server module to run a local server as follows or any other server like live server
python3 -m http.server

License

MIT, read the LICENSE