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

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

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
```