A responsive movie posters search engine that allows users to search for and explore movie posters.
Here is a link to the app: https://movie-posters-vault.netlify.app/
-
Step 0: Installed Node.js.
-
Step 1: Collected movies data using the OMDb API.
-
Step 2: Created a JSX component for a movie poster.
-
Step 3: Created a search input that maps over the OMDb API and fetches the movie component that matches your search.
-
Step 4: Added CSS styles to make it responsive and look appealing.