The concept was inspired by https://www.youtube.com/watch?v=H5-T_S50Sr4
Once you have cloned or downloaded to the repo, cd to its location.
Run npm install to install dependencies.
Run npm start to start the dev server on your local machine.
W - Forward
A - Left
S - Back
D - Right
R - Up
F - Down
Click on a note to edit it using the editor on the right side.
Click on the trash icon in the upper right corner of the editor to delete the selected note.
Click on the pencil icon near the bottom to create a new note.
As this is a demo, changes are stored in localStorage. Database storage coming soon!