Mobile application to convert binary number to decimal number.
- User can enter up a binary digit in one input field
- User is 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
Clone the project
git clone git@github.com:ScriptCamilo/bin2dec-mobile.gitGo to the project directory
cd bin2dec-mobileInstall dependencies
yarn add or npm installStart the app
yarn start or npm startThis project idea was a challenge made by Florinpop17
