A Trello/Linear-inspired project management app — built while learning full-stack development (React, Zustand, Node/Express, MongoDB).
Frontend: React, Vite, Tailwind CSS, Zustand Backend: Node.js, Express, MongoDB, JWT Auth, Zod
- User signup/login (JWT)
- Workspaces
- Projects
- Tasks (status, priority)
- Search & filter
🚧 Actively building — learning project.
```bash
cd client npm install npm run dev
cd server npm install npm run dev ```