The code-fellows-application
repo contains the source code and assets for the web app deployed at deadsimplesynth.com. dead simple synth is a project that I produced to meet the admission requirements for the Code Fellows intermediate-level bootcamp.
The app contains a project requirements page, an "about me" page, and a hand-coded and designed synthesizer that utilizes the Tone.js web audio framework.
The synth allows you to click the keys of the keyboard and play the key's corresponding note just as you would on a piano or any other synthesizer. dead simple synth contains three octaves from the standard piano layout: octaves three, four, and five. Each time you press a key, the note plays and is recorded to the synth's screen. You can then playback the notes in the same sequence you played them.
dead simple synth is continuously deployed at deadsimplesynth.com using DigitalOcean's App Platform. It is also deployed using GitHub pages, although the code's paths are slightly different because of GitHub's preference for relative paths.