A lightweight issue-tracking and project-management application built on Next.js (App Router) with TypeScript and Tailwind. It provides user authentication, CRUD issue management, and a responsive UI so teams can plan, track, and resolve work quickly.
- User authentication (sign up, sign in, sign out)
- Issue management (create, update, delete)
- Modern UI with Tailwind CSS
- Responsive design
- Next.js 15+ with App Router
- TypeScript
- Tailwind CSS for styling
- PostgreSQL for database
- Node.js 22+ and npm/yarn
- PostgreSQL database (or use a service like Neon)
app/- Next.js App Router pages and layoutsapp/api/- API routesapp/components/- Reusable UI componentslib/- Utility functions and libraries
This project is licensed under the MIT License.