This project is a clone of the Netflix landing page (10/02/2018) built with React 16 Components.
Tools used to aid the Front-end work were Styled Components, React Developer Tools and Webpack for compiling SASS after ejecting.
This project was bootstrapped with Create React App
Deployed via Surge at https://netflix-lp-clone.surge.sh
$ yarn install
This will watch your files, compile them and run your dev server at http://localhost:3000
$ yarn start
$ yarn build
- Styled Components Tips and Tricks - https://github.com/styled-components/styled-components/blob/master/docs/tips-and-tricks.md
- React Icons - https://gorangajic.github.io/react-icons/index.html
- Different components for Mobile and Desktop view - https://goshakkk.name/different-mobile-desktop-tablet-layouts-react/