Creating a Piano App with JavaScript #MusicMonday

Https my little piano app herokuapp com

From Hackernoon:

My goal is to make a workable piano. Once I’ve made the piano, I want to be able to build a database of playable songs, to be able to play along to. Nothing fancy, like rock band, but just a simple piano app with songs that you can play along with. If you want to follow along, here’s my workable prototype that we’ll be working toward: http://ift.tt/2lHudWb

This is a fun project, and would be a fun little game to make for your kids. So let’s get started. I’m breaking this project up into 3 main components:

  • 1 The HTML
  • 2 The JavaScript
  • 3 The Node.JS Database

Read more