Skip to content

xec/svelte-todo

Repository files navigation

Svelte Todo

Simple Todo svelte component based on official svelte tutorial

  • under development, not ready for production use
  • stores state in localStorage for now

Get started

Install with npm

npm i -D @xec/svelte-todo

Import in your .svelte file

<script>
  import Todo from '@xec/svelte-todo'
</script>

<Todo />

Contribute

Clone/fork this repo

npm i
npm run dev