Skip to content

usmonovdev/unsplash-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

unsplash-app

An application prepared for searching photos.

About for api

Used Unsplash api for API.

https://api.unsplash.com/search/photos?page=1&query=

Read this documentation to use the API.

About for Technologies and Packages

Used technology: React Js

Used Package: LazyLoadImage. React Component to lazy load images and other components/elements. Supports IntersectionObserver and includes a HOC to track window scroll position to improve performance. Demo

Install Package:

npm i react-lazy-load-image-component