https://netflix-clone-react-iv5k.onrender.com/
- It is a clone of Netflix.
- UI almost similar to Netflix
- Fully responsive and mobile friendly
- User can view movie/series info and trailer if available
- react.js (create-react-app)
- react-dom-router
- axios
- tailwindcss
- Material-UI
- state management using Redux
From your command line, first clone this repo:
# Clone this repository
$ https://github.com/0mar-helal/netflix-clone-react.git
# Go into the repository
$ cd netflix-clone-react
# Remove current origin repository
$ git remote remove origin
Then you can install the dependencies using NPM:
# Install dependencies
$ npm install
# Start development server
$ npm start