A small demo app build using Svelte and SvelteKit running in github.io. See also the demo video where it is shown that this also works with JavaScript turned off.
npm install
npm run dev
If you try using the app with and without JavaScript, remember to refresh the page when turning JS on/off on the browser.
npm run test
Version 1.0.0 (2023-10-16): Initial version according to the original desing and changes mentioned in the design change log. See more in here. Includes unit tests (rendering tests) for components.