angelamcosta / Bin2Dec

Bin2Dec is an application created to solve the Bin2Dec challenge proposed by the App Ideas Collection repository.

Home Page:https://angelamcosta.github.io/Bin2Dec/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bin2Dec

Bin2Dec is an application created to solve the Bin2Dec challenge proposed by the App Ideas Collection repository. The application is a calculator that takes a binary number as input and returns the equivalent decimal (base 10) number.

Check out the live demo!

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
  • User views the results in a single output field containing the decimal (base 10) equivalent of the binary number that was entered

About

Bin2Dec is an application created to solve the Bin2Dec challenge proposed by the App Ideas Collection repository.

https://angelamcosta.github.io/Bin2Dec/


Languages

Language:HTML 61.8%Language:JavaScript 34.8%Language:CSS 3.4%