NetflixClone
A Netflix clone created using React. It is built using modern react tools/best practices, such as hooks, context API, and redux toolkit.
File Explorer
Download Latest Version (.zip)- browse-home.spec.js
- browse-navbar.spec.js
- landing-section.spec.js
- login-form.spec.js
- sign-in-flow.spec.js
- index.js
- commands.js
- index.js
- 404.html
- index.html
- manifest.json
- howl.png
- index.js
- landingPage.jpg
- netflix.png
- normal.jpg
- profile.jpg
- smile.png
- weird.png
- ProfileModal.css
- ProfileModal.js
- VideoModal.css
- VideoModal.js
- Dropdown.css
- Dropdown.js
- ErrorPage.css
- ErrorPage.js
- LoadingScreen.css
- LoadingScreen.js
- NotFoundPage.css
- NotFoundPage.js
- Button.css
- Button.js
- CircularSoundButton.css
- CircularSoundButton.js
- DarkComponent.js
- FAQComponent.css
- FAQComponent.js
- ProfileCard.css
- ProfileCard.js
- TopTrailerComponent.css
- TopTrailerComponent.js
- VideoCard.css
- VideoCard.js
- VideoCarousel.css
- VideoCarousel.js
- BrowseContent.css
- BrowseContent.js
- Home.js
- index.js
- LatestVideo.js
- List.js
- Movies.js
- Tv.js
- SearchContent.css
- SearchContent.js
- Browse.js
- LandingSection.css
- LandingSection.js
- LandingSectionTexts.js
- Login.css
- Login.js
- NavBar.css
- NavBar.js
- Search.css
- Search.js
- Authentication.js
- ScrollToTop.js
- Layout.js
- useDropdown.js
- useHoverStyleButton.js
- useNavbar.js
- useVideoInfoHandlers.js
- latestVideoSlice.js
- moviesByGenreSlice.js
- netflixOriginalsSlice.js
- topratedSlice.js
- trendingSlice.js
- tvByGenreSlice.js
- store.js
- animations.js
- sorting.js
- time.js
- transformations.js
- validation.js
- App.js
- baseAxios.js
- index.js
- styles.css
- .gitignore
- cypress.json
- flixdemo.gif
- jsconfig.json
- package-lock.json
- package.json
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/Azazel5/NetflixClone
Downloads the entire project code from GitHub to your computer.
cd NetflixClone
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
