/search-images

Web application built for searching and displaying images from Pixabay. Users can enter search queries to find relevant images, explore them in a gallery format with details, and view them in a lightbox view. The app utilizes JavaScript, TypeScript, and the Pixabay API to provide an image browsing with infinite scrolling and Notiflix notifications.

Primary LanguageTypeScript

Pixabay Image Search App

Overview

The Pixabay Image Search App is a web application that allows users to search for images on Pixabay, a popular platform for high-quality free images. Users can enter a search query, and the application fetches and displays relevant images using the Pixabay API.

Note: This application was created as a learning project to enhance proficiency in JavaScript (JS) and TypeScript (TS).

Features

  • Image Search: Enter a search query to find images related to the specified keywords.
  • Gallery Display: View a gallery of images with details such as image previews and statistics information.
  • Lightbox View: Click on an image to view it in a larger lightbox.
  • Infinite Scrolling: Scroll through the gallery with automatic loading of more images as you reach the bottom.

Technologies Used