Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.45 KB

README.md

File metadata and controls

25 lines (19 loc) · 1.45 KB

Hello there!

This is a number base conversion (binary to decimal, hexadecimal, octal and vice versa) webapp that displays the steps involved in the conversion by manipulating DOM. Built with HTML, CSS, Bootstrap, JavaScript and jQuery.

Try here :)

https://vituallab-by0xarchangel.netlify.app/

This page will give a rough introduction about different number base and the C code to convert one base to another and vice versa.

  • This page contains GIFs that explain the usage of every button in the simulation.

  • The actual base conversion simulator. Enter the value in the input box and select the base of the value from the drop-down. Choose the one of the base to which it can be converted and click one of the buttons:

    • Convert
      The steps involved in the conversion are also displayed. The app is made to be prone free while feeding input, so error alert may pop up with invalid input.
    • Convert all
      Just displays the value of one base converted to other three base.
    • Clear
      Clears the screen
  • A base level quiz that tests your understanding of the number base and base conversion concepts.