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.
To view the live version, please follow this link.
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.
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.