Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1022 Bytes

File metadata and controls

32 lines (22 loc) · 1022 Bytes

IssueTracker

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.

Features

  • User authentication (sign up, sign in, sign out)
  • Issue management (create, update, delete)
  • Modern UI with Tailwind CSS
  • Responsive design

Tech Stack

Prerequisites

  • Node.js 22+ and npm/yarn
  • PostgreSQL database (or use a service like Neon)

Project Structure

  • app/ - Next.js App Router pages and layouts
  • app/api/ - API routes
  • app/components/ - Reusable UI components
  • lib/ - Utility functions and libraries

License

This project is licensed under the MIT License.