Explaination

I first created a vue component and made a template that would replicate the HTML everytime the component was called in the HTML. I used the given HTML and JS function and combined it in the component. All the information is pulled from the cat API provided.

After getting feedback I realized that I had missed the part about making each slideshow appear on different pages and not all in one. I followed your directions and saw what Brent did to make a navigation bar on top of the page and fixed my mistake accordingly. The :target pseudo class is a COOL way to make a nav bar! Thanks for the Tip! and Thanks Brent!