Simple react app that lets you browse for your favorite movies, tv shows, and actors. Built with react js | TMDB api
$ npm install
Login to 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]
$ npm run dev-server
$ npm run build