This project is done for educational purpose.
I am developing the full clone of Netflix which includes the front page and firebase authentications. As I finish, I will replace this field with its github link and a web link.
Clone or download into your machine
Open a terminal in the Netflix clone directory, and write npm install or yarn start to install all necessary packages of the Netflix clone.
Open http://localhost:3000 to view it in the browser.
Find your own API_KEY from imdb.com, and use that key at requests.js to retrieve images and other information of the Netflix movies.
To learn React, check out the React documentation.
To learn NPM, check out the npmjs.com
To learn Yarn, check out Yarnpkg.com