Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jnkkkk/pianochord.io

A pure frontend Web Application for people to browse through a large collection of piano chords
https://github.com/jnkkkk/pianochord.io

front-end music music-composition music-theory typescript website website-design

Last synced: about 1 month ago
JSON representation

A pure frontend Web Application for people to browse through a large collection of piano chords

Awesome Lists containing this project

README

        

# [PianoChord.io](https://pianochord.io)
A serverless Web Application for people to browse a large collection of piano chords

[![Netlify Status](https://api.netlify.com/api/v1/badges/ba61edbb-ab5e-40c1-a2f8-c51cb512a854/deploy-status)](https://app.netlify.com/sites/pianochordio/deploys)

## Run Locally
Start the dev server locally
```
npm run start
```
Build to `/dist`
```
npm run build
```

## Tech Stack
- [Preact](https://preactjs.com/)
- [Sass](https://sass-lang.com/)
- [Parcel V2](https://parceljs.org/)
- [TypeScript](https://www.typescriptlang.org/)

## Report a bug
Please use [issue](https://github.com/JNKKKK/pianochord.io/issues) to report bugs.

## LICENSE
[MIT](https://github.com/JNKKKK/pianochord.io/blob/master/LICENSE)