Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 543 Bytes

README.md

File metadata and controls

13 lines (13 loc) · 543 Bytes

Simple React JS application.
Pull from the Giphy trending endpoint
• GET https://api.giphy.com/v1/gifs/trending
• Setup account - GIPHY for Developers | API Documentation
https://developers.giphy.com/docs/ Design should look like image attached below:
• Adapts to browser width
• Images in grid
Desktop row of 4 images
Tablet row of 3 images
Mobile row of 2 images
• When user clicks or taps on image, show image full screen
• Only load maximum 24 images at a time