Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 618 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 618 Bytes

Pic-Gallery

Piture-Gallery is a simple React application that a user can search photos using Unsplash API.

This project is deployed at: https://hyunse.github.io/pic-gallery/

Technologies Used

  • React
  • Unsplash API

Contributors: Hyunse Kim

Features

  • Search for a picture from a specific keyword
  • Download images
  • Used lazy loading for delaying load until they're actually needed to improve performance
  • Used debounce for rearranging images when a user resizes the window

Demo

  1. Search images

demo1

  1. Resize window

demo2