Shipped this project!
I built NextWatch, a cinematic discovery engine and personal film vault. The foundational architecture is built on React and Vite. The hardest part was figuring out environment-specific pathing within GitHub Codespaces—moving from a local Mac to a cloud-based Linux workspace broke my asset paths, but I successfully re-mapped the module resolutions so the Vite dev server could correctly serve my CSS and JSX. I’m really proud of the dedicated API service layer I built using async/await to fetch real-time data from the TMDB database, making the entire Single Page Application (SPA) feel incredibly smooth.