addyosmani / remix-movies

List movies from TMDB API. Made with Remix, and NextUI.

Home Page:https://react-remix-movies.pages.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remix TMDB (The Movie Database) shows list

List of shows from TMDB API. Made with Remix, and NextUI. For practice purpose only.

Getting Started

npm install

Environment Variables

Create a wrangler.toml file in the root of the project and add the following:

[vars]
THE_MOVIE_DB_ACCESS_TOKEN="YOUR_ACCESS_TOKEN"

Development

Run the Vite dev server:

npm run dev

To run Wrangler:

npm run build
npm run start

About

List movies from TMDB API. Made with Remix, and NextUI.

https://react-remix-movies.pages.dev


Languages

Language:TypeScript 95.2%Language:JavaScript 3.3%Language:CSS 1.5%