Skip to content

Web application that allows users to subscribe to their favorite TV shows, track upcoming episodes, and stay up-to-date with the latest releases.

License

Notifications You must be signed in to change notification settings

joacand/tv-show-watcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

📺 Tv Show Watcher

Tv Show Watcher is a web application that allows users to subscribe to their favorite TV shows, track upcoming episodes, and stay up-to-date with the latest releases.

Built with React, Next.js, and Material UI.

Tech Stack

  • React
  • Next.js
  • Material UI (MUI)

Build and Deploy

Install dependencies:

npm install

Run development server:

npm run dev

Build the application for static hosting:

npm run build

Serve the out directory with any static file server.

Environment Configuration

By default, the app builds using the root base path /. To host on a subpath, create a .env file with:

NEXT_PUBLIC_BASE_PATH="/sub-path"
NEXT_PUBLIC_ASSET_PREFIX="/sub-path"

You can also have environment-specific files such as .env.development.local for local development.

Live Demo

Try the sire here: https://joacimandersson.com/tv-show-watcher/

About

Web application that allows users to subscribe to their favorite TV shows, track upcoming episodes, and stay up-to-date with the latest releases.

Topics

Resources

License

Stars

Watchers

Forks