Skip to content

wellermiranda/atodolist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Todo List (PWA-first, Supabase)

Offline-first, shareable todo lists with ULID IDs, optional deadlines, and an Expiring view.

Local dev (PWA)

  1. Create packages/web/.env.local from packages/web/.env.example
  2. Install deps:
npm install
  1. Run:
npm run dev

Supabase deployment (schema + Edge Functions)

This repo is prepared for Supabase CLI-based deployments from ./supabase.

Files of interest:

  • supabase/migrations/20260317140100_init.sql
  • supabase/functions/sync
  • supabase/functions/share_list
  • supabase/functions/revoke_share

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors