A full-stack task management web application built with React, NestJS, and PostgreSQL.
- React + Vite
- TypeScript
- NestJS
- PostgreSQL
- JWT Authentication
task-app-fullstack/ ├── react-frontend └── task-app
- User signup
- User login
- JWT-based authentication
- Active task management
- Completed task management
- Protected routes
cd react-frontend npm install npm run dev
cd task-app npm install npm run start:dev
Hamza Raza