cammarb / to-do

Todo list app with authentication πŸ”’. Made with Svelte.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To-Do App with Authentication

Private To-Do List (serverless) made with Svelte.

Running

Once you've installed the dependencies with npm install, start the 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 this app:

npm run build

About

Todo list app with authentication πŸ”’. Made with Svelte.


Languages

Language:JavaScript 39.6%Language:Svelte 26.3%Language:HTML 16.0%Language:CSS 11.8%Language:TypeScript 6.2%