https://github.com/sbdchd/base-converter
:1234: A simple reactive website for your base conversions
https://github.com/sbdchd/base-converter
binary hex html javascript octal
Last synced: 11 months ago
JSON representation
:1234: A simple reactive website for your base conversions
- Host: GitHub
- URL: https://github.com/sbdchd/base-converter
- Owner: sbdchd
- License: bsd-2-clause
- Created: 2016-09-17T22:37:05.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-20T21:47:08.000Z (over 8 years ago)
- Last Synced: 2025-01-02T02:29:14.725Z (about 1 year ago)
- Topics: binary, hex, html, javascript, octal
- Language: HTML
- Homepage: http://dignam.xyz/base-converter/
- Size: 4.88 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Base Conversions
> A simple reactive [website](http://dignam.xyz/base-converter/) for your base conversions
## Why?
To test reactive design with vanilla javascript.
## Dev
```bash
python3 -m http.server
```