Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 1.32 KB

File metadata and controls

24 lines (13 loc) · 1.32 KB

Getting Started with Netflix-Clone

This project aims to provide a front-end, mobile-responsive implementation of Netflix. It uses the API from the Movie Database to retreive shows and movies from various genres currently hosted by Netflix. It also uses the react-YouTube library to fetch trailers to display when titles are clicked on*.

*This has limited functionality as not all trailers are retrievable or viewable on YouTube.

This project was bootstrapped with Create React App.

Live Version Available

To view the live version, please follow this link.

Run Code on Your Machine

To begin, you will need to sign up for a TMDB account. Once completed, navigate to your profile settings and select "API" from the list on the left. In the project directory, set up a .env and place your API (v3 auth) key into it. You are now ready to run the app.

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.