A collection of small test projects exploring JavaScript development involving Node.js
- Magnetometer: An unpolished proof-of-concept web app that runs on Android Chrome to query data from integrated magnetometer and displays that data as a virtual compass needle rendered with three.js. This evolved to a more refined Compass web app
- webpack demo: Started by following webpack's "Getting Started" guide and after that, it serves as a playground for webpack features.
- hello-vue3: The "Quick Start" project of Vue application framework.
- hello-vite: "Scaffolding Your First Vite Project" example of Vite followed by addition of legacy browser support to output "IE 11" build that runs on Windows Phone 8 Internet Explorer.
- docs: Subdirectory whose content will be statically served via GitHub pages. Has the build output of whatever I was using most recently.