https://github.com/mhyfritz/braille-d3
Braille Alphabet Visualization (with D3.js)
https://github.com/mhyfritz/braille-d3
alphabet braille d3 data-visualization visualization
Last synced: 4 months ago
JSON representation
Braille Alphabet Visualization (with D3.js)
- Host: GitHub
- URL: https://github.com/mhyfritz/braille-d3
- Owner: mhyfritz
- Created: 2018-02-25T19:33:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-07T13:25:56.000Z (over 7 years ago)
- Last Synced: 2025-03-18T19:56:31.653Z (7 months ago)
- Topics: alphabet, braille, d3, data-visualization, visualization
- Language: JavaScript
- Homepage: https://codepen.io/mhyfritz/pen/NyOWxN
- Size: 55.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Braille Alphabet Visualization (with D3.js)

## Setup
```bash
npm install
```
## Development
```bash
npm start
```
Spins up a dev server with live reloading. See `package.json` for the
the list of files being watched.