user@devops:~$ cat README.md
Task Manager
# Description
Task Manager is a full-stack task management application built with Angular 22 (signal-first, zoneless) and NestJS 11 on Neon PostgreSQL. It offers complete CRUD operations for tasks, filtering by status (pending, in_progress, completed), priority levels (low, medium, high), and due dates. JWT authentication protects each user's data, and the dark-themed UI with Tailwind CSS v4 provides a modern and clean experience. The REST API is documented with Swagger.
# Key features
$ JWT authentication with registration, login, and user profile
$ Complete task CRUD: create, read, update, delete
$ Filtering by status: pending, in_progress, completed
$ Priority levels: low, medium, high
$ Due dates for each task
$ Signal-first Angular architecture (zoneless)
$ Swagger API documentation
# Gallery
# Technologies used