- 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 install
Build
npm run build
Run tests
npm run test
Start the server. Server will start on http://localhost:8080
npm start