Bummer! This is just a preview. You need to be signed in with an account to view the entire instruction.

Well done!

You have completed React Hooks!

Instruction

Create a GIF Search App with React Hooks

Now that you've learned about commonly used Hooks and reviewed examples, let’s try implementing them in a GIF search application. In this step, you will manage state and fetch data from the Giphy API using function components with useState and useEffect. Project Files Get started by setting up and running the React application. Download the starter project files Install project depende...