olgatenison / goit-react-hw-04-images

This repository contains the source code for a React application that allows users to search for images using the Pixabay API. The application uses functional components and hooks.

Home Page:https://olgatenison.github.io/goit-react-hw-04-images/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Preview

goit-react-hw-04-images

This repository contains the source code for a React application that allows users to search for images using the Pixabay API. The application uses functional components and hooks.

Features

  1. Image Search: Users can enter a search query to find images related to the input.
  2. Pagination: The app displays images in pages with a load more button to fetch more images.
  3. Modal View: Clicking on an image opens a modal with a larger view of the image.
  4. Responsive Design: The application is designed to work on various screen sizes.

Technologies

  1. React: Utilizes React library for building the user interface.
  2. Axios: Makes API requests to Pixabay for fetching images.
  3. React Toastify: Displays notifications for user interactions.
  4. CSS Modules: Localized styling for components.

Usage

  1. Register on Pixabay and obtain an API key.

  2. Install the necessary dependencies:

    npm install

About

This repository contains the source code for a React application that allows users to search for images using the Pixabay API. The application uses functional components and hooks.

https://olgatenison.github.io/goit-react-hw-04-images/


Languages

Language:JavaScript 52.3%Language:HTML 26.8%Language:CSS 20.9%