FyerBall / movies-nextjs

Home Page:nextjs-movies-seven.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nextjs + TMDb API

DEMO 👉🏻 Here.

A basic app to show the latest movies and popular ones.

Project setup

npm install
  • Create TMDb API key from here
  • Create an environment variable(.env)
API_KEY=<API_KEY>
  • Start the project using the command
$ npm run dev

Deployment

If you want to have production build run

npm run build

TODO

  • Add carousal for hero and display multiple featured movies
  • Use Trakt to track what you're currently watching.
  • Create and add to lists
  • Get recommendations

About

nextjs-movies-seven.vercel.app


Languages

Language:JavaScript 99.7%Language:CSS 0.3%