{"id":23439717,"url":"https://github.com/sanidhyy/disney-clone","last_synced_at":"2025-10-30T15:31:07.195Z","repository":{"id":112910319,"uuid":"562041626","full_name":"sanidhyy/disney-clone","owner":"sanidhyy","description":"Modern Disney Clone using React JS","archived":false,"fork":false,"pushed_at":"2024-10-29T12:37:33.000Z","size":7859,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-12-23T15:39:01.291Z","etag":null,"topics":["api","app","auth","css","ecmascript","firebase","html","javascript","js","json","modern-ui-ux","movie","react","reactjs"],"latest_commit_sha":null,"homepage":"https://clonedisneyplus.web.app","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sanidhyy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["sanidhyy"],"patreon":"sanidhy","custom":"https://www.buymeacoffee.com/sanidhy"}},"created_at":"2022-11-05T05:42:23.000Z","updated_at":"2024-10-29T12:37:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"c701e752-c192-4f6c-822f-972ef103847d","html_url":"https://github.com/sanidhyy/disney-clone","commit_stats":null,"previous_names":["sanidhyy/disney-clone"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanidhyy%2Fdisney-clone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanidhyy%2Fdisney-clone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanidhyy%2Fdisney-clone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanidhyy%2Fdisney-clone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sanidhyy","download_url":"https://codeload.github.com/sanidhyy/disney-clone/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238988944,"owners_count":19563988,"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":["api","app","auth","css","ecmascript","firebase","html","javascript","js","json","modern-ui-ux","movie","react","reactjs"],"created_at":"2024-12-23T15:33:32.346Z","updated_at":"2025-10-30T15:31:06.620Z","avatar_url":"https://github.com/sanidhyy.png","language":"JavaScript","funding_links":["https://github.com/sponsors/sanidhyy","https://patreon.com/sanidhy","https://www.buymeacoffee.com/sanidhy"],"categories":[],"sub_categories":[],"readme":"# Modern Disney Clone using React JS\n\n![Modern Disney Clone using React JS](https://user-images.githubusercontent.com/71302066/201341087-e0d292e3-cc71-4691-b274-cb662b62da23.png \"Modern Disney Clone using React JS\")\n\n[![Ask Me Anything!](https://img.shields.io/badge/Ask%20me-anything-1abc9c.svg)](https://github.com/Technical-Shubham-tech \"Ask Me Anything!\")\n[![GitHub license](https://img.shields.io/github/license/Technical-Shubham-tech/disney-clone)](https://github.com/Technical-Shubham-tech/disney-clone/blob/main/LICENSE.md \"GitHub license\")\n[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/Technical-Shubham-tech/disney-clone/commits/main \"Maintenance\")\n[![GitHub branches](https://badgen.net/github/branches/Technical-Shubham-tech/disney-clone?max-age=2592000)](https://github.com/Technical-Shubham-tech/disney-clone/branches \"GitHub branches\")\n[![Github commits](https://badgen.net/github/commits/Technical-Shubham-tech/disney-clone/main?max-age=2592000)](https://github.com/Technical-Shubham-tech/disney-clone/commits \"Github commits\")\n[![Website Status](https://img.shields.io/website-up-down-green-red/http/shields.io.svg)](https://clonedisneyplus.web.app \"Website Status\")\n[![GitHub issues](https://img.shields.io/github/issues/Technical-Shubham-tech/disney-clone)](https://github.com/Technical-Shubham-tech/disney-clone/issues \"GitHub issues\")\n[![GitHub pull requests](https://img.shields.io/github/issues-pr/Technical-Shubham-tech/disney-clone)](https://github.com/Technical-Shubham-tech/disney-clone/pulls \"GitHub pull requests\")\n\n## ⚠️ Before you start\n\n1. Make sure **Git** and **NodeJS** is installed\n2. Create **firebase.js** file inside src folder.\n3. Contents of **firebase.js**\n\n```\nimport firebase from \"firebase/compat/app\";\nimport \"firebase/compat/auth\";\nimport \"firebase/compat/firestore\";\nimport \"firebase/compat/storage\";\n\n// your firebase config\nconst firebaseConfig = {\n  apiKey: \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n  authDomain: \"testapp.firebaseapp.com\",\n  projectId: \"testapp\",\n  storageBucket: \"testapp.appspot.com\",\n  messagingSenderId: \"0123456789\",\n  appId: \"1:XXXXXXXXXXX:web:XXXXXXXXXXXXXXXXXXXX\",\n  measurementId: \"G-XXXXXXXXXX\",\n};\n\n// initialize firebase app\nconst firebaseApp = firebase.initializeApp(firebaseConfig);\nconst db = firebaseApp.firestore(); // firebase db\nconst auth = firebase.auth(); //firebase auth\nconst provider = new firebase.auth.GoogleAuthProvider(); // Google auth provider\nconst storage = firebase.storage(); // firebase storage\n\nexport { auth, provider, storage };\nexport default db;\n```\n\n4. Now, to get your _firebaseConfig_, go to [Firebase](https://console.firebase.google.com) and create a new project.\n\n5. Go to **Project Settings** and click on **Web icon to create a web app**. Follow on-screen instructions.\n\n![Create a web app](https://user-images.githubusercontent.com/71302066/201342692-a89d4647-df4a-434a-9033-e29af466311d.png \"Create a web app\")\n\n6. Make sure your setup firebase hosting as well in order to host it later online.\n\n![Setup firebase hosting](https://user-images.githubusercontent.com/71302066/201343231-7d4ff5cd-6798-4e1b-a69b-40c7a60e941e.png \"Setup firebase hosting\")\n\n7. Now, you can copy your firebase config after redirected.\n\n![Copy firebase config](https://user-images.githubusercontent.com/71302066/201343950-ece31f95-4641-4604-acc2-bf4d63f0cb47.png \"Copy firebase config\")\n\n**NOTE:** Make sure you never share your config online.\n\n8. To enable Google Auth, go to **Authorisation/Get Started**\n\n9. Click on Google and Enable. Then, Click Save.\n\n![Enable Google Auth](https://user-images.githubusercontent.com/71302066/201348852-2137ed2f-03b1-47f0-9cda-29b8a6771dca.png \"Enable Google Auth\")\n\n10. Now, once Google Authentication is Enabled. Create a firestore database to fetch movie details.\n\n11. Go to **Firestore Database/Create Database**. Start in test mode. Select best firestore location.\n\n12. Create a new collection named _movies_. You will find all movies info in _disneyPlusMoviesData.json_ file. You can add your custom movies too.\n\n![Create Movies Collection](https://user-images.githubusercontent.com/71302066/201350127-d0236496-1fc8-46a9-81ec-6c0310d9a99e.png \"Create Movies Collection\")\n\n## :pushpin: How to use this App?\n\n1. Clone this **repository** to your local computer.\n2. Open **terminal** in root directory.\n3. Type and Run `npm install` or `yarn install`.\n4. Once packages are installed, you can start this app using `npm start` or `yarn start`.\n5. Now app is fully configured and you can start using this app :+1:.\n\n## :camera: Screenshots:\n\n![Modern UI/UX](https://user-images.githubusercontent.com/71302066/201344366-63f2ae6b-b588-4cde-b85f-657b94ca5f3e.png \"Modern UI/UX\")\n\n![Login Page](https://user-images.githubusercontent.com/71302066/201344467-db22b5b0-b4a4-416c-a92e-35f4d282b216.png \"Login Page\")\n\n![Movie Details Page](https://user-images.githubusercontent.com/71302066/201344694-1f1e6e4f-dc38-40e0-8979-1f5cc335d44e.png \"Movie Details Page\")\n\n## :gear: Built with\n\n[\u003cimg src=\"https://img.shields.io/badge/JavaScript-323330?style=for-the-badge\u0026logo=javascript\u0026logoColor=F7DF1E\" width=\"150\" height=\"40\" /\u003e](https://www.javascript.com/ \"JavaScript\")\n\n[\u003cimg src=\"https://img.shields.io/badge/React-20232A?style=for-the-badge\u0026logo=react\u0026logoColor=61DAFB\" width=\"150\" /\u003e](https://reactjs.org/ \"React JS\")\n\n[\u003cimg src=\"https://img.shields.io/badge/firebase-ffca28?style=for-the-badge\u0026logo=firebase\u0026logoColor=black\" width=\"150\" /\u003e](https://firebase.google.com/ \"Firebase\")\n\n[\u003cimg src=\"http://ForTheBadge.com/images/badges/built-with-love.svg\" alt=\"Built with Love\"\u003e](https://github.com/Technical-Shubham-tech/ \"Built with Love\")\n\n## :wrench: Stats\n\n![Stats for this App](https://user-images.githubusercontent.com/71302066/201345325-97b7bc0e-6ed6-4d43-bb13-d169e40ef8bc.svg \"Stats for this App\")\n\n## :raised_hands: Contribute\n\nYou might encounter some bugs while using this app. You are more than welcome to contribute. Just submit changes via pull request and I will review them before merging. Make sure you follow community guidelines.\n\n## Buy Me a Coffee 🍺\n\n[\u003cimg src=\"https://img.shields.io/badge/Buy_Me_A_Coffee-FFDD00?style=for-the-badge\u0026logo=buy-me-a-coffee\u0026logoColor=black\" width=\"200\" /\u003e](https://www.buymeacoffee.com/sanidhy \"Buy me a Coffee\")\n\n## :rocket: Follow Me\n\n[![GitHub followers](https://img.shields.io/github/followers/Technical-Shubham-tech?style=social\u0026label=Follow\u0026maxAge=2592000)](https://github.com/Technical-Shubham-tech \"Follow Me\")\n[![Twitter](https://img.shields.io/twitter/url?style=social\u0026url=https%3A%2F%2Ftwitter.com%2FTechnicalShubam)](https://twitter.com/intent/tweet?text=Wow:\u0026url=https%3A%2F%2Fgithub.com%2FTechnical-Shubham-tech%2Fmedical-chat-app \"Tweet\")\n[![YouTube](https://img.shields.io/badge/YouTube-FF0000?style=for-the-badge\u0026logo=youtube\u0026logoColor=white)](https://www.youtube.com/channel/UCNAz_hUVBG2ZUN8TVm0bmYw \"Subscribe my Channel\")\n\n## :star: Give A Star\n\nYou can also give this repository a star to show more people and they can use this repository.\n\n## :books: Available Scripts\n\nIn the project directory, you can run:\n\n### `yarn start`\n\nRuns the app in the development mode.\\\nOpen [http://localhost:3000](http://localhost:3000) to view it in your browser.\n\nThe page will reload when you make changes.\\\nYou may also see any lint errors in the console.\n\n### `yarn test`\n\nLaunches the test runner in the interactive watch mode.\\\nSee the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.\n\n### `yarn build`\n\nBuilds the app for production to the `build` folder.\\\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.\\\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### `yarn 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## :page_with_curl: 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](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](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](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](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](https://facebook.github.io/create-react-app/docs/deployment)\n\n### `yarn 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](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%2Fsanidhyy%2Fdisney-clone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsanidhyy%2Fdisney-clone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsanidhyy%2Fdisney-clone/lists"}