A simple task manager built with Svelte 5 + SvelteKit + Skeleton UI. Started as a learning project to explore Svelte.
src/
├── lib/ # Components and utilities
│ ├── components/
│ │ ├── common/
│ │ └── tasks/ # Task-specific components
│ └── types/ # TypeScript definitions
├── routes/ # SvelteKit routes
└── app.html # Base template
Clone & install:
git clone https://github.com/blackzarifa/task-manager-svelte.git
cd task-manager-svelte
pnpm install
Run dev server:
pnpm dev
Honestly I got too tired of coding this project and will move to something else, but this is what I was planning to do: