todo-list-svelte Svelte Themes

Todo List Svelte

Making a Todo List app with Svelte

Header Component

  • In this component we have started written the markup and the styles for our header component. The script is still empty and that will come later

Making Our Store

  • We made a store which is filled with a list of todos. We are using that to render the number of total todos over the number of completed todos. That is all we are doing in the store for now. Pree straightforward

Top categories

Loading Svelte Themes