Individual Project

What did I want to do and why

Once I finalized my concept and selected the pages to build, I began coding to bring the project to life.
CMD:

What did I do and what was the result

After finalizing my concept and deciding which pages to build, I started by choosing a JavaScript framework. I considered using Vue along with the SDK provided in the Pokémon TCG documentation, but unfortunately, But the SDK didn't work with Vue (Or at least I did not get it to work). I did manage to display some data of the first card in the debug via the console:


All the information needed from the pokemon_TCG card (pokemon Blastoise)


At that point, I felt stuck, so I decided to go back to basics and use the fetch method to retrieve the data manually. I started by following the documentation to fetch just the first card: (insert photo here) After that, I adapted the code using my own knowledge to retrieve all cards for a specific Pokémon:

I used a data fetching method in the HTML code, but it is a test.




Example of output of my favorite pokemon (Hydreigon)

How did we validate it/feedback

It works, will be validated by teachers later

Gitlab

Github link: https://gitlab.com/Cicilia21/portfolio/

What is next

Making it pretty


Evidence description


LO2: Transferable Code

LO3: Itteration
Switching frameworks after 1 doesnt work

LO4:
Added framework

LO5: Personal leadership
Challenging myself with something new