olgatenison / goit-react-hw-03-image-finder2

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

Home Page:https://olgatenison.github.io/goit-react-hw-03-image-finder/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://olgatenison.github.io/goit-react-hw-03-image-finder/


Languages

Language:JavaScript 49.4%Language:HTML 27.8%Language:CSS 22.8%