A full-stack web application built with Next.js, NextAuth.js, TanStack Query, Hono, and Cloudflare Workers that allows users to subscribe to GitHub repositories and get notified when new issues are created.
- ๐ง User authentication with GitHub (via NextAuth.js)
- ๐ฆ Subscribe to any public GitHub repository
- ๐จ Get real-time notifications when a new issue is created
- โก API powered by Hono on Cloudflare Workers
- ๐ data fetching with TanStack Query
| Tech | Purpose |
|---|---|
| Next.js | Frontend framework (React-based) |
| NextAuth.js | Authentication (GitHub login) |
| TanStack Query | Server-state management (caching & fetching) |
| Hono | Lightweight backend framework |
| Cloudflare Workers | Edge deployment for backend APIs |
| GitHub API | Repository & issue subscription |