This application is a simple to-do list built using Svelte, Tailwind, and Supabase. The application allows users to register accounts and log in. The application operates according to CRUD principles. Users can filter their tasks depending on their priority status.
Everything you need to build a Svelte project, powered by create-svelte
.
Start a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
To create a production version of your app:
npm run build