Skip to content

A react app to allow users to perform gif search via giphy

Notifications You must be signed in to change notification settings

shivamaggarwal7/react-giphy-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-giphy-app

A react app to allow users to perform gif search via giphy

  • This app is bootstrapped using create-react-app
  • It uses open API from giphy to fetch results for a search query
  • The app consists of 2 class components for user interaction and displaying images,based on search query
  • Based on the user query,the fetch call is made to giphy api,whose response updates the state of the component, which is then passed over as a prop to the displaying component,which uses map to iterate through the images

About

A react app to allow users to perform gif search via giphy

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published