A Google Tasks clone built as a PWA-first React application with local-first data persistence.
- React 19 + TypeScript + Vite
- Tailwind CSS + shadcn/ui
- Zustand (state management)
- Dexie (IndexedDB wrapper)
- @dnd-kit (drag & drop)
- date-fns
- react-hook-form + zod
- vite-plugin-pwa
- Node.js 18+
npm installnpm run devnpm run build
npm run preview# Unit tests
npm run test
# E2E tests
npm run test:e2e