Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 775 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 775 Bytes

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