A fun web app that generates any Pokémon of your choice using the PokéAPI. Built with HTML, CSS and TypeScript.
- Fetch Pokémon data based on user input.
- Display name, type, ability(ies) and image.
- Simple and responsive design.
- Type-safe code with TypeScript.
-
Install dependencies:
npm install
-
Build the TypeScript code:
npm run build
-
Open
index.htmlin your browser.
To automatically rebuild on file changes:
npm run dev- Enter the name of any Pokémon you'd like.
- Tap on the "Generate" button.
- View Pokémon stats.
- HTML
- CSS
- TypeScript
- PokéAPI
ClassicMan