https://github.com/rialparmar1777/disney-clone
Disney-Clone React Vite.js a fully Frontend Project
https://github.com/rialparmar1777/disney-clone
api authentication javascript react-router-dom reactjs reactrouter
Last synced: about 2 months ago
JSON representation
Disney-Clone React Vite.js a fully Frontend Project
- Host: GitHub
- URL: https://github.com/rialparmar1777/disney-clone
- Owner: rialparmar1777
- Created: 2025-01-15T19:43:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-15T06:05:34.000Z (over 1 year ago)
- Last Synced: 2025-06-22T01:49:43.564Z (about 1 year ago)
- Topics: api, authentication, javascript, react-router-dom, reactjs, reactrouter
- Language: JavaScript
- Homepage: https://disney-clone-rial1777.vercel.app/
- Size: 4.71 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Disney+ Clone
A modern web application that replicates the Disney+ streaming platform interface, built with React and Vite.

## 🚀 Features
- Modern and responsive user interface
- React-based frontend architecture
- Dynamic content loading
- React Router for seamless navigation
- Integration with React Icons for UI elements
## 🛠️ Technologies Used
- React 18
- Vite
- React Router DOM
- Axios for API requests
- React Icons
- ESLint for code quality
## 📋 Prerequisites
- Node.js (Latest LTS version recommended)
- npm or yarn package manager
## 🔧 Installation and Setup
1. Clone the repository:
```bash
git clone
cd disney-clone
```
2. Install dependencies:
```bash
npm install
# or
yarn install
```
3. Start the development server:
```bash
npm run dev
# or
yarn dev
```
4. Open your browser and visit https://disney-clone-rial1777.vercel.app/
## 📜 Available Scripts
- `npm run dev` - Starts the development server
- `npm run build` - Creates a production build
- `npm run lint` - Runs ESLint for code quality checks
- `npm run preview` - Previews the production build locally
## 🏗️ Project Structure
```
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
```
## 🤝 Contributing
Contributions, issues, and feature requests are welcome! Feel free to check the issues page.
## 📝 License
This project is open source and available under the [MIT License](LICENSE).
---
Built with ❤️ using React and Vite
## Powered by Rial