Draft
Conversation
- Hero banner with gradient background and featured show - Fixed navbar with scroll-aware background transition - Four scrollable movie rows (Trending, Popular, Top Rated, My List) - Gradient-based movie cards with title overlays - Hover-to-reveal scroll arrows on each row - Responsive design for mobile and desktop - Stub data — no backend or API needed Co-authored-by: Ryan Perry <Rperry2174@gmail.com>
|
Cursor Agent can help with this pull request. Just |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add a simple Netflix UI clone built with React and Vite.
Initially, external images were used, but due to network restrictions in the environment, they were replaced with CSS gradient placeholders to ensure the UI renders correctly and looks polished.
Note
Low Risk
Primarily adds new frontend UI components, styles, and stub data with no backend, auth, or persistent data changes; main risk is limited to UI behavior/regressions in the new app scaffold.
Overview
Introduces a new
netflix-cloneReact/Vite app scaffold (Vite config, ESLint flat config, lockfile, and standard scripts) along with basic project hygiene (.gitignore).Implements a Netflix-style UI: a fixed navbar that changes on scroll, a featured hero section, and horizontally scrollable movie rows with arrow controls, all styled via
App.cssand backed by local stub movie/category data (src/data/movies.js) using CSS gradients in place of external images.Written by Cursor Bugbot for commit 64db49e. Configure here.