Skip to content

abhix4/better_track

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

7 Commits
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ”” Issue Notifier

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.

โœจ Features

  • ๐Ÿง  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 Stack

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