Movie DB
The Movie DB is your go-to platform for exploring the cinematic world, offering comprehensive and up-to-date details on movies, series, actors, and directors.
Movie DB is a film and series discovery app built on top of The Movie Database (TMDB) public API. It was one of my earliest production-quality React projects and focused heavily on API integration and UI polish.
Users can search for any movie or series, browse by genre, view detailed cast and crew information, and read plot summaries. The app dynamically fetches data from TMDB's REST API and renders it with a clean, responsive layout.
Key learnings from this project included handling asynchronous data fetching gracefully, pagination and infinite scroll with API-paginated results, and building reusable components from scratch without a UI library.
The project is hosted on GitHub Pages and remains one of the fastest ways to look up anything in the film world.