An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Disney+ Clone

A modern web application that replicates the Disney+ streaming platform interface, built with React and Vite.

![disney-clone-preview](https://github.com/user-attachments/assets/4f8e8640-63e0-4411-8e3f-fd2c9b65759f)

## 🚀 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