Movie Lookup V1

Screenshot of Movie Lookup V1

A full-stack movie discovery app with a React/Vite frontend and a separate Express backend. Features include browsing popular movies, search, movie detail pages, and a shared watchlist persisted in SQLite.

First time deploying a split frontend/backend architecture — React on Vercel, Express on Railway. Hit real bugs around tmdb_id vs database id conflicts, SQLite boolean storage, and route ordering. This project is what made me want to rebuild it properly as V2.

ReactExpressSQLiteNode.jsTMDB APIVite