Skip to content

BomBoch/remix-shows

 
 

Repository files navigation

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 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 at http://localhost:3000.

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.5%
  • JavaScript 2.5%