/What-to-Watch

Can't you just decide one movie to watch with your friends? We will find movies for you if you each enter one of your favourite genres.

Primary LanguageJavaScript

WHAT TO WATCH?

Can't you just decide which movie you want to watch with your friend and watch it together? Well, If you enter the genre that you like, we will find movies for you according to your preferences.

Live Site Link

What-to-Watch

Screenshots

home

genre

movie-card

Tech Stack Used:

Installation

Download the repository using:

git clone https://github.com/2802AdityA/What-to-Watch

Change the directory:

cd What-to-Watch

Get API key from TMDB:

  • Make an account on TMDB website by going to this link.
  • If you already have an account login through this link.
  • In the profile settings go to API section and request for an API or you can easily access it from here.

Download the dependencies:

npm install

Run the app in the development mode:

npm start

Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes. You may also see any lint errors in the console.