/AppIdeas-Bin2Dec

Binary-to-Decimal number converter

Primary LanguageJavaScript

🔢 Bin2Dec

Binary to Decimal inspired by App Bin2DecApp

🚀 Developing

yarn
yarn dev

Open server in: http://locahost:3000

🔧 Run tests

Unit tests

yarn test:unit

Watch Mode

yarn test:unit:watch

End-to-end (interface) (E2E)

Run in background

yarn test:e2e

Run in graphic mode

yarn test:gui