Table of Contents

Built With

Features

This application/site was created as a submission to a HNGX frontend track stage two task. The task was to build an application to complete the given user stories.

  • User can see a list of top 10 trending movies
  • User can search for movies
  • User can see the details of a movie
  • User can visit a page for a particular movie
  • User can watch trailers of movies

How To Use

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/rd-trends/HNGX-movie-box.git

create a .env.local file in your root directory and add the following environment variable visit TMDB to get your access token

NEXT_PUBLIC_ACCESS_TOKEN=your_api_access_token
# Install dependencies
$ yarn install or npm install

# Run the app
$ yarn dev or npm run dev