Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.09 KB

File metadata and controls

31 lines (25 loc) · 1.09 KB

🔍 Image Search App

Image Search App Preview

Description

Build an app that lets users search for images using keywords and displays results dynamically.

Features

  • Search images by keyword
  • Fetches images from a public API (e.g., Unsplash)
  • Displays results in a grid layout
  • Responsive and user-friendly interface

Concepts Practiced

  • Fetch API and asynchronous JavaScript
  • Handling API responses and errors
  • DOM manipulation
  • Responsive design with CSS Grid or Flexbox

Bonus Challenge

Add infinite scroll or pagination for more images.

Live Demo

<iframe src="https://codesandbox.io/embed/9xkmxr?view=preview&module=%2Fstyles.css" style="width:100%; height: 500px; border:0; border-radius: 4px; overflow:hidden;" title="image-search" allow="accelerometer; ambient-light-sensor; camera; encrypted-media; geolocation; gyroscope; hid; microphone; midi; payment; usb; vr; xr-spatial-tracking" sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts" ></iframe>