/movie-finder

Find or browse movies

Primary LanguageJavaScript

Movie-finder

Awesome movie finding application, browse and search for different movies at your convenience. Created with React.js

You can test it out here

Prerequisites

Get an apikey from The Movie DB

Usage

git clone https://github.com/Areii1/movie-finder
cd movie-finder
npm install

Create a file src/apikey.js and paste following content

const apikey = 'XXYY';
export default apikey;

Replace XXYY with your tmdb apikey

Then run these commands

npm start
open localhost:3000