This is a small app built with svelte, supabase, and svelte dnd. Incredibly easy to make using svelte and had no trouble making it with all the functionality required. Definately a great project to make as an introduction to svelte. I can happily say I really loved it and I learnt quite alot of svelte's wonderful features.
Here is the full app in production!
git clone [repo]
;
Once you've created a project and installed dependencies with npm install
(or pnpm install
or yarn
), start a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open