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.
- 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
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.
- Clone the repository:
git clone https://github.com/TajwarSaiyeed/issue-tracker-tsa
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Visit http://localhost:3000 to access the app
To contribute to Issue Tracker TSA, please follow the contribution guidelines.
Issue Tracker TSA is licensed under the MIT License.