/goit-react-hw-03-image-finder

Image Finder App is a web application that allows users to search for images by keyword using the Pixabay API.

Primary LanguageJavaScript

Project Preview

Image Finder App

Image Finder App is a web application that allows users to search for images by keyword using the Pixabay API.

Overview

This application features the following functionality and components:

  • Searchbar: A component for entering a keyword and performing a search.
  • ImageGallery: A list of image cards displayed after a search.
  • ImageGalleryItem: A component representing an individual item in the image list.
  • Button: A button for loading the next batch of images.
  • Loader: A spinner component displayed during image loading.
  • Modal: A modal window displayed when clicking on an image card, showing a larger version of the image.

Usage

  1. Register on Pixabay and obtain an API key.

  2. Install the necessary dependencies:

    npm install