RobertoBarros / batch_1425_pokemon_livecode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About


Languages

Language:HTML 42.3%Language:JavaScript 31.6%Language:CSS 26.2%