OriolRV / p2-typescript-2023

Práctica sobre Typescript del Posgrado de Fullstack de la UPC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HTML genereator using Typescript

This program fetches pokemon data in JSON format from an API, loads them in a specific class, processes them with Javascript and Typescript and embeds them into an HTML web page. It also creates subpages for each individual element of the data. Styling is done with CSS. Right now, the program loads 100 entries.

About

Práctica sobre Typescript del Posgrado de Fullstack de la UPC


Languages

Language:TypeScript 81.5%Language:CSS 18.5%