Skip to content

refinedguides/image-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Search with Pexels API

A basic implementation of an image search using the Pexels API to show "infinite scrolling" with Intersection Observer.

Features

  • Display images from Pexels API
  • Display loading when fetching images
  • Scroll infinitely with Intersection Observer API

Requirements

Pexels API Key

  1. Go to Pexels
  2. Register and get your own API Key

Resources