A modern web application that replicates the Disney+ streaming platform interface, built with React and Vite.
- Modern and responsive user interface
- React-based frontend architecture
- Dynamic content loading
- React Router for seamless navigation
- Integration with React Icons for UI elements
- React 18
- Vite
- React Router DOM
- Axios for API requests
- React Icons
- ESLint for code quality
- Node.js (Latest LTS version recommended)
- npm or yarn package manager
- Clone the repository:
git clone <repository-url>
cd disney-clone- Install dependencies:
npm install
# or
yarn install- Start the development server:
npm run dev
# or
yarn dev- Open your browser and visit https://disney-clone-rial1777.vercel.app/
npm run dev- Starts the development servernpm run build- Creates a production buildnpm run lint- Runs ESLint for code quality checksnpm run preview- Previews the production build locally
disney-clone/
├── src/
│ ├── Components/ # React components
│ ├── Constant/ # Constants and configuration
│ ├── Services/ # API services and utilities
│ ├── assets/ # Static assets
│ ├── App.jsx # Main application component
│ └── main.jsx # Application entry point
├── public/ # Public assets
└── package.json # Project dependencies and scripts
Contributions, issues, and feature requests are welcome! Feel free to check the issues page.
This project is open source and available under the MIT License.
Built with ❤️ using React and Vite
