Random Images from Pixabay

This project is a simple web application that fetches and displays random images from Pixabay based on a user-provided keyword.

Features

  • User can input a keyword to search for images
  • Fetches 20 random images from Pixabay API based on the keyword
  • Responsive grid layout for displaying images
  • Simple and intuitive user interface

How to Use

  1. Open the index.html file in a web browser.
  2. Enter a keyword in the input field (default is "dog").
  3. Click the "Fetch Images" button to display random images related to the keyword.

Technical Details

  • Built with HTML, CSS, and JavaScript
  • Uses the Pixabay API to fetch images
  • Responsive design using CSS Grid
  • Implements error handling for API requests