Back to projects
Task Manager

Task Manager

2024

More than just a to-do list, this Manager is a comprehensive productivity platform for modern teams. It offers a clear view of your projects with Kanban boards, prioritized lists, and synchronized calendars. Its robust architecture ensures your data is always secure and accessible.

Key Features

  • Interactive Kanban boards with drag-and-drop
  • Secure authentication and role management
  • Real-time synchronization across devices
  • Documented RESTful API for integrations
  • Minimalist interface focused on content

Tech Stack

TypeScript
TypeScript
Next.js
Next.js
Docker
Docker
NestJS
NestJS
shadcn/ui
shadcn/ui
PostgreSQL
PostgreSQL

Challenges & Learnings

Implementing fluid and persistent drag-and-drop functionality in the backend was complex. Ensuring real-time data consistency when multiple users edit the same board required careful concurrency management.