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: 10 days ago
JSON representation
Calculator for any numeral system (binary, octal, decimal, hex etc.)
- Host: GitHub
- URL: https://github.com/sorenlouv/anybase-calculator
- Owner: sorenlouv
- Created: 2017-04-29T23:12:24.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-19T21:18:31.000Z (about 7 years ago)
- Last Synced: 2025-04-05T09:04:22.057Z (about 1 month ago)
- Topics: addition, base, binary, calculator, decimal, division, hex, multiplication, numeral-systems, octal, radix, subtraction
- Language: JavaScript
- Homepage: https://sqren.github.io/anybase-calculator/
- Size: 1 MB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```