Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 530 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 530 Bytes

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