This is an issue tracker app I made with NextJS. It has featuers like authentication, assigning issues to other users and all the basic CRUD operations.
- React - Front-end library
- Radix UI - Comoponet Library
- Tailwindcss - Makes me not hate my life writing CSS
Firstly, clone the repo:
git clone https://github.com/turtledev65/issue-tracker.gitGo into the newly created directory:
cd issue-trackerInstall dependencies using npm:
npm installProvide the required enviroment variables in a .env file, use .env.example for refernce:
DATABASE_URL=""
NEXTAUTH_URL="http://localhost:3000"
NEXTAUTH_SECRET=""
GOOGLE_CLIENT_ID=""
GOOGLE_CLIENT_SECRET=""
And now you can run it on localhost:300 using:
npm run dev- react-icons - used for the icons