guibbers / Bin2Dec

Decimal to binary and binary to decimal number converter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bin2Dec

Idea taken from the app-ideas repository.

Click here to use it.

Binary is the number system all digital computers are based on. Therefore it's important for developers to understand binary, or base 2, mathematics. The purpose of Bin2Dec is to provide practice and understanding of how binary calculations.

Bin2Dec allows the user to enter strings of up to 8 binary digits, 0's and 1's, in any sequence and then displays its decimal equivalent.

User Stories

  • User can enter up to 8 binary digits in one input field
  • User must be notified if anything other than a 0 or 1 was entered (Coming soon)
  • User views the results in a single output field containing the decimal (base 10) equivalent of the the binary number that was entered (Coming Soon)

Bonus features

  • User can enter a variable number of binary digits (Coming Soon)

About

Decimal to binary and binary to decimal number converter

License:MIT License


Languages

Language:HTML 66.2%Language:CSS 17.2%Language:JavaScript 16.6%