This project is a front-end clone of the Disney+ homepage. It was built with the primary goal of practicing and honing front-end development and design skills, focusing on recreating a complex, production-level user interface. The aim was to build a pixel-perfect and responsive replica of the real application.
- Responsive Design: Adapts smoothly to various screen sizes, from mobile devices to desktops.
- Component-Based Architecture: Built with reusable components for clean and maintainable code.
- Utility-First Styling: Styled with Tailwind CSS for rapid UI development.
- [React/Vue/Svelte] - Vite: Next-generation front-end tooling for a faster development experience.
- Tailwind CSS: A utility-first CSS framework for rapid styling.
- ESLint: For identifying and reporting on patterns found in ECMAScript/JavaScript code.
To get a local copy up and running, follow these simple steps.
- Clone the repository:
git clone [https://github.com/danielgeorge922/disneyplus.git](https://github.com/danielgeorge922/disneyplus.git)
- Navigate to the project directory:
cd disneyplus - Install NPM packages:
npm install
- Start the development server:
npm run dev
The application will be available at http://localhost:5173 (or another port if 5173 is in use).