An issue tracker web application for tracking and managing project issues.
Feel free to fork the project and change it to your liking. Try it out by cloning the repo to your local machine or download the zip
You need preferably the latest version of Chrome and text editor.
Go here for Chrome: https://www.google.com/chrome/
VSCode is my go-to: https://code.visualstudio.com/
To get started follow this guide:
In your terminal clone the repo to your local machine using git clone:
git clone https://github.com/kartikpavan/Issue-Tracker.git
Move to your newly cloned repo by entering the following in your terminal:
$ cd issue-tracker && yarn or npm install
To Run Project:-
$ yarn dev or npm run dev
To open all project files from the terminal using VSCode just try and enter:
$ code .
This Project Requires Additional Environment Variable setup
DATABASE_URL= ""
NEXTAUTH_URL = "http://localhost:3000"
NEXTAUTH_SECRET = ""
GOOGLE_CLIENT_ID = ""
GOOGLE_CLIENT_SECRET = ""
- Next JS
- React Hook Form
- ZOD Validator
- Prisma
- Next Auth
- My-SQL
- React Loading Skeleton
- React Markdown
- Re-Charts
- React Simple Editor
- React Hot Toast
- React Icons
- Axios
- React Query
- Tailwind CSS
- Radix UI
- Kartik Pavan