manniL / movies

🍿 A TMDB client build with Next.js 13

Home Page:https://movies-2wj.pages.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

movies

This is a TMDB Client built with Next.js 13, TailwindCSS, The Movie Database API, and Typescript

Screenshot


Setup

  1. Take a copy of .env.example and re-name to .env.local
  2. Get your TMDB API key
  3. Enter the details into the .env.local file
  4. Start the dev server with the following scripts

# Install dependencies
$ npm install

# Start dev server with hot reload at localhost:3000
$ npm run dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

Credits

Based on hjasonujmaalvis/vue-movies/

Data provided by The Movie Database.

This project uses the TMDB API but is not endorsed or certified by TMDB.

About

🍿 A TMDB client build with Next.js 13

https://movies-2wj.pages.dev/

License:MIT License


Languages

Language:TypeScript 98.9%Language:CSS 0.9%Language:JavaScript 0.2%