Task management SPA with optimistic updates, realtime cross-tab sync, and URL-driven filtering.
Live: https://task-sync-aleafan.vercel.app
- React 19 + TypeScript
- Vite (dev server & build)
- React Router 7
- Tailwind + shadcn/ui
- React Compiler — see docs
npm install
npm run dev| Command | Description |
|---|---|
npm run dev |
Start dev server |
typecheck |
Type-check |
npm run build |
Type-check + production build |
npm run lint |
Run ESLint |
npm run preview |
Preview production build |