This is the clone of GIPHY. It took me around 2 days to develop it. I have used Giphy API to get real data and populated it with the help of DOM. I have used Classes and taken care of Reusable components to reduce the code lines. You can search GIFs stickers and get random GIFs with one click. I have added categories and subcategories to get more accurate results. Also introduced the concept of debouncing to reduce API calls during the search. Tech stack:- HTML,CSS,JS,Giphy API.