1 min read
Task Manager

It’s a Kanban-style task board where users manage their own tasks across three columns: To Do, In Progress, and Completed. The backend is built with NestJS, providing a robust API for task management, while the frontend is developed using Angular, offering a responsive and user-friendly interface. PostgreSQL serves as the database to store user data and tasks, ensuring efficient data management and retrieval. This project serves as a practical learning experience to deepen my understanding of these technologies and their integration in a full-stack application.