Let's revisit the concepts from today while building a fun application about Pokémon cards 🃏

In order to do this, we're going to use the PokeApi, which is a free API. Yes, that means we'll need to make fetch request(s) in order to get our data.

We've learned several different templating languages today. But, for this livecode, we're just going to use the <template> tag and vanilla JavaScript.