/movx

Browse, search for your favorite movies and actors

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

movx

Simple react app that lets you browse for your favorite movies, tv shows, and actors. Built with react js | TMDB api

movx screenshot

Install Dependencies

$ npm install 

Get API key

Login into themoviedb to get your api key. Login here

Create a .env file in the root of your project folder and name it .env.development and add the following

TMDB_KEY=[yourapikey]

Run development server

$ npm run dev-server

Build the project

$ npm run build