A cinematic portfolio experience inspired by Netflix's iconic interface
This portfolio transforms the traditional developer showcase into an engaging, streaming-platform-style experience. Browse through my projects like you're picking your next favorite show.
dandaakhilreddy/
│
├── index.html # Landing page
├── browse.html # Projects gallery
├── styles.css # Base styling
├── netflix-styles.css # Theme magic
├── projects/ # Project content
└── netlify.toml # Deploy config
# Clone the repo
git clone https://github.com/DandaAkhilReddy/dandaakhilreddy.git
# Navigate to directory
cd dandaakhilreddy
# Open in browser
start index.html # Windows
open index.html # macOS

