🔍 Image Search App
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.