A replica of the Disney+ interface developed with React and Vite, offering an experience similar to the original streaming platform
Publicado el 27 de diciembre de 2024
![]()
Clone the repository:
git clone https://github.com/axelj123/Disney-react.git cd Disney-react
Install dependencies:
npm install # or yarn install
Start development server:
npm run dev # or yarn dev
Disney-react/ ├── public/ # Static Files ├── src/ # Code source │ ├── assets/ # Images and resources │ ├── components/ # React components │ ├── constant/ # Constants and settings │ ├── pages/ # Pages/Routes │ └── services/ # Services and logic ├── .gitignore ├── index.html ├── package.json ├── tailwind.config.js ├── postcss.config.js └── vite.config.js
git checkout -b feature/AmazingFeature
git commit -m 'Add AmazingFeature'
git push origin feature/AmazingFeature
This project is licensed under the MIT License.
This project is for educational purposes only. Not affiliated with Disney+ or TheMovieDB.