eva-montgomery / -medium-router-giphy-exercise

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create a giphy browser with routing

  • Create a route with a parameter paramter
  • Create a nav that includes Links to the following paths: "/giphy/cat", "/giphy/dog", "/giphy/fish"
  • The route should show your Giphy component and use the route parameter as the kind of giphy to search for
    • Hint: create the giphy URL using a function that takes the search term as an argument

About


Languages

Language:JavaScript 70.7%Language:HTML 19.0%Language:CSS 10.3%