Demo on Heroku: https://moviedbsearchapp.herokuapp.com/
Using themoviedb.org API. To enable list creation mode, see installation instructions below.
Copy access token and api key to src/services/connection.js:
export const read_access_token = "{your_access_token}";
export const api_key = "{your_api_key}";
Node modules install
npm install
Start
npm start