A minimal full-stack task tracker — proof-of-concept built to demonstrate parallel agent team development.
/backend— Node.js + Express REST API/frontend— React + Vite SPA
npm run start:backend # Start API on http://localhost:3000
npm run start:frontend # Start UI on http://localhost:5173