bernardoeuler / binary-to-decimal-converter

A simple converter that turns binary numbers into decimal ones.

Home Page:https://bernardoeuler.github.io/binary-to-decimal-converter/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Binary to Decimal converter

An application that converts binary numbers to decimal numbers.

Requisites

  • 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

Bonus feature

  • User can enter a variable number of binary digits

Time spent: 3h20min

About

A simple converter that turns binary numbers into decimal ones.

https://bernardoeuler.github.io/binary-to-decimal-converter/


Languages

Language:CSS 35.2%Language:HTML 34.5%Language:JavaScript 30.3%