{"id":22559745,"url":"https://github.com/taurusilver7/netflix-clone","last_synced_at":"2025-03-28T12:12:18.437Z","repository":{"id":54586142,"uuid":"336992703","full_name":"taurusilver7/netflix-clone","owner":"taurusilver7","description":"a netflix movie clone built with react-js \u0026 stripe-js","archived":false,"fork":false,"pushed_at":"2021-02-09T04:29:41.000Z","size":245,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-02T12:35:53.558Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://netflix-clone-e379b.web.app/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/taurusilver7.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-02-08T07:25:06.000Z","updated_at":"2021-02-09T04:58:22.000Z","dependencies_parsed_at":"2022-08-13T20:31:32.141Z","dependency_job_id":null,"html_url":"https://github.com/taurusilver7/netflix-clone","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taurusilver7%2Fnetflix-clone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taurusilver7%2Fnetflix-clone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taurusilver7%2Fnetflix-clone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taurusilver7%2Fnetflix-clone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/taurusilver7","download_url":"https://codeload.github.com/taurusilver7/netflix-clone/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246026111,"owners_count":20711581,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-07T21:09:00.814Z","updated_at":"2025-03-28T12:12:18.420Z","avatar_url":"https://github.com/taurusilver7.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Netflix Clone\n\n\u003e A react-redux based movie watching application with material-ui stying \u0026 stripe powered for payment.\n\n[Netflix logo](https://assets.stickpng.com/images/580b57fcd9996e24bc43c529.png)\u003cbr /\u003e\n[avatar icon](https://st2.depositphotos.com/1006318/5909/v/950/depositphotos_59095529-stock-illustration-profile-icon-male-avatar.jpg)\u003cbr /\u003e\n[netflix-banner](https://torranceca.files.wordpress.com/2019/10/netflix.jpg)\u003cbr /\u003e\n[netflix ad-1](https://assets.nflxext.com/ffe/siteui/acquisition/ourStory/fuji/desktop/mobile-0819.jpg)\u003cbr /\u003e\n[netflix-ad-2](https://assets.nflxext.com/ffe/siteui/acquisition/ourStory/fuji/desktop/device-pile-in.png)\u003cbr /\u003e\n[netflix ad-3](https://assets.nflxext.com/ffe/siteui/acquisition/ourStory/fuji/desktop/tv.png)\u003cbr /\u003e\n\n[login logo-1](https://assets.stickpng.com/images/580b57fcd9996e24bc43c529.png)\n[login- bkg-2](https://assets.nflxext.com/ffe/siteui/vlv3/538717c0-f271-40e9-a99e-b07f9c521322/f9b1cff8-a8f6-4cdf-9e2c-dd2db524f710/DE-en-20210201-popsignuptwoweeks-perspective_alpha_website_medium.jpg)\n\n## Initializing react app \u0026 Setup firebase.\n\n- The react application is created with react-redux started template using the command\u003cbr /\u003e `npx create-react-app \u003capp-name\u003e --template redux`\n\n* clean the template, public directory, src, app \u0026 features directory. refactor the counterSlive as appSlice with user \u0026 selectedImg states. create cameraReducer with chat features as actions..\n* refactor the store in app directory to create appReducer \u0026 cameraReducer.\n\n* Initialize the cloud firestore, initiate the store, create storage modify their rules to allow read \u0026 write w/o timestamp. Even though it is not production recommended, it is quite suitable for developement.\n* Setup the web-app configuration for the project \u0026 copy the firebase SDK snippet config data-object to firebase.js file in the project.\u003cbr /\u003e\n* Install firebase as a dependency,\u003cbr /\u003e initiate the firebaseApp with firebase(),\u003cbr /\u003e a databse with firestore(),\u003cbr /\u003e auth with firebase.auth().\n\n## Dependencies\n\n- @material-ui/core\n- @material-ui/icons\n- @reduxjs/toolkit\n- firebase\n- react\n- react-countdown-circle-timer\n- react-dom\n- react-redux\n- react-router-dom\n- react-scripts\n\n## Compnents\n\n- HomeScreen (contains navbar, banner \u0026 movie Row)\n- Login page\n- SignUp Page\n- User Profile page.\n\n* Add stripe checkout funtionality to process the monthly subscription for the user.\n* Use firebase + Stripe extension.(just release a month ago).\n* integrate the firebase real-time database (firestore) to keep track of user's subscription plans.\n\nThis project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app), using the [Redux](https://redux.js.org/) and [Redux Toolkit](https://redux-toolkit.js.org/) template.\n\n## Available Scripts\n\nIn the project directory, you can run:\n\n### `npm start`\n\nRuns the app in the development mode.\u003cbr /\u003e\nOpen [http://localhost:3000](http://localhost:3000) to view it in the browser.\n\nThe page will reload if you make edits.\u003cbr /\u003e\nYou will also see any lint errors in the console.\n\n### `npm test`\n\nLaunches the test runner in the interactive watch mode.\u003cbr /\u003e\nSee the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.\n\n### `npm run build`\n\nBuilds the app for production to the `build` folder.\u003cbr /\u003e\nIt correctly bundles React in production mode and optimizes the build for the best performance.\n\nThe build is minified and the filenames include the hashes.\u003cbr /\u003e\nYour app is ready to be deployed!\n\nSee the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.\n\n### `npm run eject`\n\n**Note: this is a one-way operation. Once you `eject`, you can’t go back!**\n\nIf you aren’t satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.\n\nInstead, it will copy all the configuration files and the transitive dependencies (Webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.\n\nYou don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.\n\n## Learn More\n\nYou can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).\n\nTo learn React, check out the [React documentation](https://reactjs.org/).\n\n### Code Splitting\n\nThis section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting\n\n### Analyzing the Bundle Size\n\nThis section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size\n\n### Making a Progressive Web App\n\nThis section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app\n\n### Advanced Configuration\n\nThis section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration\n\n### Deployment\n\nThis section has moved here: https://facebook.github.io/create-react-app/docs/deployment\n\n### `npm run build` fails to minify\n\nThis section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaurusilver7%2Fnetflix-clone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftaurusilver7%2Fnetflix-clone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaurusilver7%2Fnetflix-clone/lists"}