A movie library app for browsing and searching across the TMDB and OMDb APIs.
Built with Next.js, this app allows users to view movie details, browse popular/upcoming lists, and search across both APIs for titles.
Each responsive movie card links to full detail pages. The seamless UX lets users discover and learn about films. View details for individual movies, including title, plot, ratings, actors, etc. fetched via the TMDB and OMDb APIs.
I built movlibrary primarily for fun to practice integrating multiple APIs, data workflows, and optimizing performance in a Next.js app. Combining technologies like TMDB, OMDb, and Next.js resulted in a polished movie browsing experience.
The project was a nice mental break that reinforced my skills in areas like asynchronous requests, routing, and building performant user interfaces. I enjoyed the creative process of designing an app around movie data.