This to do app is built with svelte and firebase (for storing and logging information)
The app allows users to enter/add a to do task to an existing list, mark it as completed and then delete it.
This web app was developed using a a project template for Svelte apps. It lives at https://github.com/sveltejs/template.
Note that you will need to have Node.js installed.
Install the dependencies...
cd TODOAPP_SVELTE
npm install
...then start Rollup:
npm run dev
Navigate to localhost:8080. You should see your app running.