/Binary-Questions-Generator

A website that allows you to easily practice binary questions.

Primary LanguageTypeScript

Binary-Questions-Generator

A website that allows you to easily practice binary questions like twos compliment, binary to hexadecimal, decimal to binary etc.

Run locally

  1. Install dependencies
yarn install
  1. Run the development server:
yarn dev

Open on the localhost provided and see the result.

Contributions are welcome.