/anybase-calculator

Calculator for any numeral system (binary, octal, decimal, hex etc.)

Primary LanguageJavaScript

Try it

https://sqren.github.io/anybase-calculator/

Contribute

Install dependencies:

npm install

Start server:

npm start

Run tests:

npm test

Run linting and formatting:

npm run format && npm run lint

Deploy to GH Pages:

npm run build && npm run deploy