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.
- Host: GitHub
- URL: https://github.com/hungrybluedev/baseconverter
- Owner: hungrybluedev
- Created: 2020-08-06T17:09:21.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-09T11:05:02.000Z (almost 5 years ago)
- Last Synced: 2025-02-14T18:36:25.446Z (4 months ago)
- Language: TypeScript
- Size: 82 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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