svelte-todo is a simple application built with SvelteJS including state management, props and store features of svelte. This is a very easy to understand project if you are working on some JS framework (Vue, React etc.).
Features of this application:
The application uses browser localstorage to store added tasks.
svelte-todo requires Node.js to run.
Install the dependencies and start the dev server.
$ cd svelte-todo
$ npm install
$ npm run dev
Then open (http://localhost:5000) to see the application working. And yes now you have a svelte todo application to test and work on.
[Svelte_Guide]https://svelte.dev/blog/the-easiest-way-to-get-started