Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 592 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 592 Bytes

GIPHY image search app

Description

  • Web app that uses the GIPHY image search API and shows the results in a 1-column scrollable view (like Instagram).
  • The app lets users enter queries, such as "kittens".
  • The app supports endless scrolling, automatically requesting and displaying more images when the user scrolls to the bottom of the view.

How to build and start

npm install

Build

npm run build

Run tests

npm run test

Start the server. Server will start on http://localhost:8080

npm start