showtracker-web
Web app to search TV shows (TMDB), manage your collection, and track watch progress with Auth0 + Supabase.
A TV show tracker that lets you search TMDB, build a personal watchlist, and track progress by season/episode with a real backend and auth.
- Search shows and maintain a “want to watch / watching / completed” library.
- Track episodes watched with bulk actions and status ↔ progress sync.
- Run as a full-stack app (Vite React client + Express API) with token-based auth.
Why featured: It’s a great snapshot of full-stack TypeScript work: auth, data modeling, caching, and UI state management.