Skip to content

Bsodoge/Binary-Questions-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.