Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sashenjayathilaka/disney-plus-clone
Disney+ Clone with REACT
https://github.com/sashenjayathilaka/disney-plus-clone
firebase firebase-authentication firebase-hosting firebase-realtime-database firestore font-end material-ui metro react react-player react-redux react-router-dom react-slick reduxjs-toolkit slick-carousel styled-components web-vitals
Last synced: 15 days ago
JSON representation
Disney+ Clone with REACT
- Host: GitHub
- URL: https://github.com/sashenjayathilaka/disney-plus-clone
- Owner: SashenJayathilaka
- Created: 2022-07-02T04:23:15.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-07-06T05:09:14.000Z (over 1 year ago)
- Last Synced: 2024-10-04T12:49:28.250Z (about 1 month ago)
- Topics: firebase, firebase-authentication, firebase-hosting, firebase-realtime-database, firestore, font-end, material-ui, metro, react, react-player, react-redux, react-router-dom, react-slick, reduxjs-toolkit, slick-carousel, styled-components, web-vitals
- Language: JavaScript
- Homepage: https://disney-plus-clone-976a1.web.app
- Size: 5.61 MB
- Stars: 33
- Watchers: 3
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Disney+ Clone with REACT JS
![](https://img.shields.io/website-up-down-green-red/http/monip.org.svg)
![](https://img.shields.io/badge/Maintained-Yes-indigo)
![](https://img.shields.io/github/forks/SashenJayathilaka/Disney-Plus-Clone.svg)
![](https://img.shields.io/github/stars/SashenJayathilaka/Disney-Plus-Clone.svg)
![](https://img.shields.io/github/issues/SashenJayathilaka/Disney-Plus-Clone)
![](https://img.shields.io/github/last-commit/SashenJayathilaka/Disney-Plus-Clone)### :camera: Screenshots
![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)
![forthebadge](https://forthebadge.com/images/badges/for-you.svg)
![forthebadge](https://forthebadge.com/images/badges/powered-by-coffee.svg)### :space_invader: Tech Stack
Client
Database
## :toolbox: Getting Started
### :bangbang: Prerequisites
- Sign up for a Firebase account HERE
- Install Node JS in your computer HERE
### :gear: Installation
![](https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react&logoColor=61DAFB)
Install my-project with npm
```
npx create-react-app disney_plus_clone --template redux
```
```
cd disney_plus_clone
```
Create a Firebase project.
Install dependencies
### :running: Run Locally
![](https://img.shields.io/badge/GIT-E44C30?style=for-the-badge&logo=git&logoColor=white)
Clone the project
```bash
git clone https://github.com/SashenJayathilaka/Disney-Plus-Clone.git
```
Install dependencies
```bash
npm install
```
Start the server
```bash
npm start
```
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.
The page will reload when you make changes.\
You may also see any lint errors in the console.
```
npm test
```
Launches the test runner in the interactive watch mode.\
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
```
npm run build
```
Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!
See the section about [:triangular_flag_on_post: Deployment](https://github.com/SashenJayathilaka/Disney-Plus-Clone/blob/master/README.md) for more information.
```
npm run eject
```
**Note: this is a one-way operation. Once you `eject`, you can't go back!**
If 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.
Instead, 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.
You 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.
### :triangular_flag_on_post: Deployment
To deploy this project run
![](https://img.shields.io/badge/Firebase-yellow?style=for-the-badge&logo=firebase&logoColor=white)
Install the Firebase CLI
Visit the Firebase CLI documentation to learn how to install the CLI or update to its latest version.
publish your project
```
firebase init hosting
```
Deploy to your site
```
firebase deploy --only hosting
```
[MoreInfo](https://firebase.google.com/docs/hosting/quickstar)
## :handshake: Contact
Sashen - [@twitter_handle](https://twitter.com/SashenHasinduJ) - [email protected]
Project Link: [https://github.com/SashenJayathilaka/Disney-Plus-Clone.git](https://github.com/SashenJayathilaka/Disney-Plus-Clone.git)
## :gem: Acknowledgements
- [Assets](https://drive.google.com/drive/folders/1G2qOGccbTmV--MgYtex_mHZDx2-K4WV3?usp=sharing)
- [NPM](https://www.npmjs.com)
- [Ui](https://styled-components.com)