RichardMcSorley / movx

Browse, search for your favorite movies and actors

Home Page:https://movx.surge.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Browse, search for your favorite movies and actors

https://movx.surge.sh

License:GNU General Public License v3.0


Languages

Language:JavaScript 76.6%Language:CSS 23.2%Language:HTML 0.2%