The classic To Do list app built using SvelteKit, TypeScript, and Tailwind CSS. Has the following features:
I tried to the break the application into as many small, modular components as possible.
To see the app in action, clone the repository and run the following commands:
npm install
npm run dev