/remix-shows

TV Show guide built with Remix.

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

remix-shows

This is a tv show guide web application built with Remix and TMDb API.

Live demo is here.

✅ Features

  • List popular shows
  • Filter by genre
  • Sorting options
  • Search
  • View rating, images, videos etc. of shows, seasons and episodes
  • List similar shows

💻 Tech Stack

⌨️ Development

To start development, we should get our API key from here first.
After that, we create a .env file and set our environment variables:

API_KEY=your_api_key_here

Install our packages:

npm install

And when the installation is completed, we can run the app by:

npm run dev

and it will start on http://localhost:3000.