- 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.
npm installBuild
npm run buildRun tests
npm run testStart the server. Server will start on http://localhost:8080
npm start