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

https://github.com/hungrybluedev/baseconverter

A Progressive Web App that supports base conversion of numbers, as well as arithmetic in non-decimal bases.
https://github.com/hungrybluedev/baseconverter

Last synced: 2 months ago
JSON representation

A Progressive Web App that supports base conversion of numbers, as well as arithmetic in non-decimal bases.

Awesome Lists containing this project

README

        

# Base Conversion and Arithmetic

A progressive web app that allows conversion between all radices from 2 up to 64.

## Progress

- [x] Support integer conversion
- [x] Support all bases from 2 to 64
- [x] Support digit separators `,`, and `_`.
- [ ] Add toggle radix button
- [ ] Support fractional conversion
- [ ] Arithmetic on different bases