/issue-tracker

Created an issue tracker using Next.js, TypeScript, Tailwind CSS, Radix UI, Prisma, and an SQL database. This project serves as a comprehensive issue management platform, allowing efficient tracking and monitoring of various issues and their statuses.

Primary LanguageTypeScript

Issue Tracker

The primary purpose of the Issue Tracking Dashboard is to provide a centralized platform for teams to log, track, and manage issues related to a project or software development. This includes bugs, feature requests, improvements, and other tasks.

Screenshots

Dashboard User Dashboard

Issues Issues Table

Issue Details

New Issue

Technologies Used

Installation

  1. Clone the repository:

    git clone https://github.com/matan3sh/issue-tracker.git
npm install

npm run dev
# or
yarn dev
# or
pnpm dev