Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.16 KB

README.md

File metadata and controls

37 lines (25 loc) · 1.16 KB

Issue Tracker TSA

Issue Tracker TSA is an open-source issue tracker app built with Next.js, Prisma, TypeScript, and MongoDB. Inspired by StackOverflow, it allows users to create, manage, and track issues collaboratively.

img

Features:

  • Public dashboard for everyone
  • User authentication with NextAuth
  • Create, delete, and update issues
  • View issue details and comments
  • Public issue feed
  • Dashboard with total open, in progress, and closed issues
  • Graph chart showing issue trends
  • Box showing the latest 10 issues

Open Source:

Issue Tracker TSA is open-source and welcomes contributions from the community. You can contribute by adding new features, fixing bugs, or improving the documentation.

Get Started:

  1. Clone the repository: git clone https://github.com/TajwarSaiyeed/issue-tracker-tsa
  2. Install dependencies: npm install
  3. Start the development server: npm run dev
  4. Visit http://localhost:3000 to access the app

Contribute:

To contribute to Issue Tracker TSA, please follow the contribution guidelines.

License:

Issue Tracker TSA is licensed under the MIT License.