Skip to content

Latest commit

 

History

History
61 lines (41 loc) · 1.91 KB

README.md

File metadata and controls

61 lines (41 loc) · 1.91 KB

Issue Tracking Website

Description

A web application designed to efficiently manage project issues. Track issues, assign and unassign users, update issue statuses, and view the latest issues, summaries, and charts for better project oversight. Simplify your project management with our user-friendly interface.

Features

  • Create Issues: Add new issues to your projects.
  • Delete Issues: Remove issues that are no longer relevant.
  • Update Issues: Modify existing issues to keep information up-to-date.
  • Assign Issues: Assign issues to specific users for better accountability.
  • Mark Issues: Change the status of issues to open, closed, or in progress.
  • View Graphs and Summaries: Access detailed charts and summaries of project issues for better tracking and management.

How to Setup Locally

  1. Clone the Repository:
    git clone https://github.com/gauravsingh94/issue-tracker.git
  2. Navigate to the Project Directory:
    cd issue-tracker
  3. Install Dependencies:
    npm install
  4. Run the Development Server:
    npm run dev

The application should now be running on http://localhost:3000.

UI of the Website

  • Dashboard image

  • List Issues image

  • Specific Issues image

  • Create Issues image

Tech Stack

Next.js, Tailwind CSS, Radix ui, Prisma, Postgresql