{"id":31729728,"url":"https://github.com/lassestilvang/github-issue-pr-dashboard","last_synced_at":"2026-04-07T16:31:56.215Z","repository":{"id":317338038,"uuid":"1066741805","full_name":"lassestilvang/github-issue-pr-dashboard","owner":"lassestilvang","description":"Web app that integrates with the GitHub API to give you a clean dashboard of all your issues and pull requests across repositories. Built with Next.js + Tailwind CSS and GitHub OAuth.","archived":false,"fork":false,"pushed_at":"2026-03-26T10:59:18.000Z","size":1012,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-27T04:48:00.001Z","etag":null,"topics":["github","github-api","issues","nextauth","nextjs","nodejs","npm","pr","pull-requests","react","shadcn-ui","tailwindcss","vercel"],"latest_commit_sha":null,"homepage":"https://github-issue-pr-dashboard.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lassestilvang.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"lassestilvang","buy_me_a_coffee":"lassestilvang","custom":"https://www.paypal.me/lassestilvang"}},"created_at":"2025-09-29T22:33:57.000Z","updated_at":"2026-03-10T22:37:38.000Z","dependencies_parsed_at":"2025-09-30T10:19:11.259Z","dependency_job_id":null,"html_url":"https://github.com/lassestilvang/github-issue-pr-dashboard","commit_stats":null,"previous_names":["lassestilvang/github-issue-pr-dashboard"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lassestilvang/github-issue-pr-dashboard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lassestilvang%2Fgithub-issue-pr-dashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lassestilvang%2Fgithub-issue-pr-dashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lassestilvang%2Fgithub-issue-pr-dashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lassestilvang%2Fgithub-issue-pr-dashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lassestilvang","download_url":"https://codeload.github.com/lassestilvang/github-issue-pr-dashboard/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lassestilvang%2Fgithub-issue-pr-dashboard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31520463,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["github","github-api","issues","nextauth","nextjs","nodejs","npm","pr","pull-requests","react","shadcn-ui","tailwindcss","vercel"],"created_at":"2025-10-09T07:16:04.965Z","updated_at":"2026-04-07T16:31:56.196Z","avatar_url":"https://github.com/lassestilvang.png","language":"TypeScript","funding_links":["https://github.com/sponsors/lassestilvang","https://buymeacoffee.com/lassestilvang","https://www.paypal.me/lassestilvang"],"categories":[],"sub_categories":[],"readme":"# 🚀 GitHub Issue \u0026 PR Dashboard\n\nA simple web app that integrates with the **GitHub API** to give you a clean dashboard of all your issues and pull requests across repositories.\nBuilt with **Next.js + Tailwind CSS** and GitHub OAuth.\n\n---\n\n## ✨ Features\n\n- 🔑 Login with your GitHub account (OAuth)\n- 📋 View all issues and pull requests assigned to you or created by you\n- 🏷️ See repository name, labels, status (open/closed), and direct GitHub links\n- 🔍 Filter by:\n  - Open vs. Closed\n  - Assigned to me vs. Created by me\n  - Repository\n- ⚡ Responsive UI with loading \u0026 error states\n\n---\n\n## 🛠️ Tech Stack\n\n- [Next.js](https://nextjs.org/) – React framework with API routes\n- [Tailwind CSS](https://tailwindcss.com/) – Modern utility-first CSS\n- [GitHub API](https://docs.github.com/en/rest) – Issues \u0026 PRs data\n- [NextAuth.js](https://next-auth.js.org/) – Secure GitHub OAuth\n\n---\n\n## 📋 Prerequisites\n\n- Node.js 18 or higher\n- npm or yarn\n- A GitHub account\n\n---\n\n## 🚧 Setup Instructions\n\n### 1. Clone the Repository\n\n```bash\ngit clone https://github.com/lassestilvang/github-issue-pr-dashboard.git\ncd github-issue-pr-dashboard\n```\n\n### 2. Create a GitHub OAuth App\n\n1. Go to [GitHub → Developer Settings → OAuth Apps](https://github.com/settings/developers).\n2. Click **New OAuth App**.\n3. Fill in the following details:\n   - **Application name:** GitHub Issue \u0026 PR Dashboard (or any name you prefer)\n   - **Homepage URL:** `http://localhost:3000` (for local development)\n   - **Authorization callback URL:** `http://localhost:3000/api/auth/callback/github`\n   - **Description:** (optional) A dashboard for viewing GitHub issues and PRs\n4. Click **Register application**.\n5. After creation, copy the **Client ID** and **Client Secret** (you'll need these for environment variables).\n\n### 3. Configure Environment Variables\n\nCreate a `.env.local` file in the project root directory:\n\n```bash\n# GitHub OAuth Credentials\nGITHUB_CLIENT_ID=your_github_client_id_here\nGITHUB_CLIENT_SECRET=your_github_client_secret_here\n\n# NextAuth Configuration\nNEXTAUTH_SECRET=your_random_secret_here\nNEXTAUTH_URL=http://localhost:3000\n```\n\n**Notes:**\n\n- Replace `your_github_client_id_here` and `your_github_client_secret_here` with the values from your GitHub OAuth app.\n- Generate `NEXTAUTH_SECRET` using: `openssl rand -base64 32` (or use an online generator).\n- `NEXTAUTH_URL` should be `http://localhost:3000` for local development.\n\n### 4. Install Dependencies\n\n```bash\nnpm install\n```\n\n### 5. Run Locally\n\n```bash\nnpm run dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) in your browser. You should be able to log in with GitHub and view your issues/PRs.\n\n### 6.a Deploy to Vercel (One-Click Deployment)\n\n[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/lassestilvang/github-issue-pr-dashboard)\n\n### 6.b Deploy to Vercel (Manual Steps)\n\n1. **Push to GitHub:**\n\n   - Create a new repository on GitHub.\n   - Push your code: `git add .`, `git commit -m \"Initial commit\"`, `git push origin main`.\n\n2. **Deploy on Vercel:**\n\n   - Go to [Vercel](https://vercel.com) and sign in.\n   - Click **New Project**.\n   - Import your GitHub repository.\n   - Vercel will auto-detect Next.js; click **Deploy**.\n\n3. **Configure Environment Variables in Vercel:**\n\n   - In your Vercel project dashboard, go to **Settings** → **Environment Variables**.\n   - Add the same variables as in `.env.local`:\n     - `GITHUB_CLIENT_ID`\n     - `GITHUB_CLIENT_SECRET`\n     - `NEXTAUTH_SECRET`\n     - `NEXTAUTH_URL` (set to your production URL, e.g., `https://your-app.vercel.app`)\n\n4. **Update GitHub OAuth App for Production:**\n\n   - Go back to your GitHub OAuth app settings.\n   - Update the **Authorization callback URL** to: `https://your-app.vercel.app/api/auth/callback/github`\n   - Save changes.\n\n5. **Redeploy:**\n   - After setting environment variables, trigger a new deployment in Vercel.\n\nYour app should now be live at `https://your-app.vercel.app`.\n\n---\n\n## 🔧 Troubleshooting\n\n- **OAuth Login Issues:** Ensure your GitHub OAuth app's callback URL matches exactly (including protocol and trailing slash).\n- **Environment Variables:** Double-check that all required env vars are set in both local `.env.local` and Vercel.\n- **Build Errors:** Run `npm run build` locally to check for issues before deploying.\n- **NEXTAUTH_URL:** For production, ensure `NEXTAUTH_URL` is set to your actual Vercel domain.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flassestilvang%2Fgithub-issue-pr-dashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flassestilvang%2Fgithub-issue-pr-dashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flassestilvang%2Fgithub-issue-pr-dashboard/lists"}