Skip to content

rustydcoder/bin2dec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steps For Making Binary To Decimal JS

  1. HTML Layout

    • Create a basic layout
    • Your layout should have to 2 input fields
    • One input for the binary and the other to display conversion
  2. CSS Styles

    • Style according to your wish!
  3. Interactivity

    • Grab your DOM elements
    • Create a function to handle the logic of converting from binary to decimal
    • Add your event listeners

Bonus Feature

  • Add a decimal to binary functionality too

About

Converts binary to decimal and vise versa.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published