Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 896 Bytes

README.md

File metadata and controls

30 lines (16 loc) · 896 Bytes

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.

imageimage

create-svelte

Everything you need to build a Svelte project, powered by create-svelte.

Developing

Start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

To create a production version of your app:

npm run build