https://github.com/fa7ad/base-converter
Proof of concept base x to y converter (2 to 16 right now).
https://github.com/fa7ad/base-converter
baseconverter number-systems
Last synced: 3 months ago
JSON representation
Proof of concept base x to y converter (2 to 16 right now).
- Host: GitHub
- URL: https://github.com/fa7ad/base-converter
- Owner: fa7ad
- License: bsd-3-clause
- Created: 2017-10-11T18:11:57.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2026-02-21T19:20:07.000Z (3 months ago)
- Last Synced: 2026-02-22T00:39:14.592Z (3 months ago)
- Topics: baseconverter, number-systems
- Language: JavaScript
- Homepage: https://fa7ad.github.io/base-converter
- Size: 2.77 MB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# base converter
Proof of concept base x to y converter (2 to 16 right now).
Uses Cutestrap and React. The main calculation is done in Pure JavaScript.