Skip to content

A number base conversion webapp that converts input from one base to another base and vice versa including the conversion steps.

Notifications You must be signed in to change notification settings

0x4rchangel/Virtual-Lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A number base conversion webapp that converts input from one base to another base and vice versa including the conversion steps.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages