Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sorenlouv/anybase-calculator

Calculator for any numeral system (binary, octal, decimal, hex etc.)
https://github.com/sorenlouv/anybase-calculator

addition base binary calculator decimal division hex multiplication numeral-systems octal radix subtraction

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

### Try it

[https://sqren.github.io/anybase-calculator/](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
```