The simpliest way to track your TV shows. Shows the previous and next air date of your added TV shows in your local time. All on 1 page, no need to click around.
PWA built with Vue 3, Vite, a little good old Bootstrap CSS, and JS. No backend, all data is stored in the browser's local storage. Firebase is used for authentication, and if you want to sync your data across devices, you need to sign in.
- Add your favorite TV shows
- Watch latest episode and mark it as seen
- See when the next episode will air
- Change last seen episode: Marking the latest episode as seen is one thing. The other thing is catching up to the latest one!
VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).
See Vite Configuration Reference.
npm install
npm run dev
npm run build
Lint with ESLint
npm run lint
- TVmaze API for the TV show data
- Trakt API for popular shows