Inspired by Wes Bos's JavaScript30, The Keyboard is a minimal music production and visualizer desktop web application that utlizes the computer keyboard to create beats with a default set of kits and provides visual accompaniment to the music masterpieces created. Visual customization is supported and promoted through a settings feature that allows the user to tailor the experience.
Part of the planned challenge of developing this application was avoiding any use of libraries and frameworks. That's right: I'm talking vanillaJS. As a result, no major setup environment is required to be set up. Simply open up your favorite text editor and browser developer tools to begin adding on to this application.
- HTML5
- CSS3
- JS3
Any form of interest with this project is very much welcomed. Take a look at any issues the project is facing or propose an additional feature to the project via pull requests.
This project is licensed under the GPL-3.0 License - see the LICENSE.md file for details
- Wes Bos for planting the seed in my head to make this project