Portfolio Details

Project information

  • Project Name: MovieFinder
  • Platforms: Web (React.js, responsive layout for desktop and mobile)

Project Description

MovieFinder is a responsive React app that displays a list of movies with key information like title, rating, and poster image. Users can search for movies by name using a search bar with a built-in debounce function for optimized API calls. The app fetches real-time movie data from a public API and presents it in a clean, Tailwind CSS-styled layout.


Project Details

MovieFinder offers a user-friendly movie browsing experience powered by React and styled with Tailwind CSS. The app fetches live movie data from an external API and displays it in a card-based grid layout with titles, ratings, and images. It features a responsive search input with useDebounce to minimize unnecessary API requests while typing. This setup ensures a smooth and efficient user experience across both desktop and mobile devices.