Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 862 Bytes

README.md

File metadata and controls

42 lines (29 loc) · 862 Bytes

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