A simple To-Do app built with Svelte, made to learn and explore the basics of the framework: reactive variables, event handling, state management, and scoped styling.
<script>
, markup, <style>
)bind:value
let
variableson:click
, on:keydown
, etc.{#each}
and key trackingClone the repo and install dependencies:
git clone https://github.com/your-username/svelte-todo.git
cd svelte-todo
npm install
npm run dev
Michael Torres