Simple Todo svelte component based on official svelte tutorial
- under development, not ready for production use
- stores state in localStorage for now
Install with npm
npm i -D @xec/svelte-todoImport in your .svelte file
<script>
import Todo from '@xec/svelte-todo'
</script>
<Todo />Clone/fork this repo
npm i
npm run dev