Skip to content

jgudo/movx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b11f914 · Oct 16, 2022

History

13 Commits
May 19, 2021
Oct 16, 2022
May 16, 2021
May 16, 2021
May 16, 2021
May 16, 2021
May 16, 2021
May 16, 2021
Oct 16, 2022
Oct 16, 2022
May 20, 2021
May 16, 2021
Oct 16, 2022
Oct 16, 2022

Repository files navigation

movx

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

movx screenshot - 1

movx screenshot -3

Install Dependencies

$ npm install

Get API key

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]

Run development server

$ npm run dev-server

Build the project

$ npm run build