Demo: https://turtureanu.github.io/svelte-5-todo-app/
A small and simple todo web application made using Sveltekit, Tailwind CSS, and Svelte 5 in one day.
bun install # install dependencies
bun run build # to build
bun run preview # to serve the build
bun install
bun run dev