Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 880 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 880 Bytes

Binary to Decimal Converter is a simple interface to convert binary numbers to their decimal representation. The app is built with:

  • HTML
  • CSS
  • JavaScript

You can see a live preview of the app here.

Motivation

The idea behind this app was taken from Florin Pop's App Ideas GitHub repository.

Future

Add bignumber.js support, as currently this app loses accuracy when using large integers. Noticed RapidTables use this in their calculator to fix this problem.