The web app for the Ranui family task 3.7
To run the dev server, install the required node packages with
npm install
then run
npm run dev
Perhaps the files that are of interest are:
src/lib/child.svelte.tsincludes the OOP methods and the underlying mechanism of the child functionalities.src/components/child.svelteincludes the svelte component that uses thechild.svelte.tsfunction.src/routes/+page.svelteincludes the svelte page structure that instantiates and uses thechild.sveltecomponents with a loop.
To view the full changelog from v1, read the CHANGELOG.