Skip to content

cynthiamv/movies-tvshows-browser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movies and Tv Shows Web

Overview

This app displays categories of movies and tv show. By clicking on any movie or TV Show, you can see a detailed view and cast. When you click on a cast member it displays information about the person. You are also able to search for movies, tv shows or persons that you want in the navigation bar.

Built with

The data is provided by TMDb

Live Version

https://movies-tv-browser.netlify.app/

How To Use

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/your-user-name/your-project-name

# Install dependencies
$ npm install

# Run the app
$ npm start