Skip to content

hulyak/image-search-gallery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image search gallery

Requirements

  • User can search for images by entering the search term and hitting enter / return key
  • Display up to 10 images below the search box
  • Add styling using CSS grid system to resize images. This will add responsiveness to the web page.

Installation

npm install

# start project
npm start