Skip to content

classicManCode/Pokemon-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pokémon Generator

A fun web app that generates any Pokémon of your choice using the PokéAPI. Built with HTML, CSS and TypeScript.

Features

  • Fetch Pokémon data based on user input.
  • Display name, type, ability(ies) and image.
  • Simple and responsive design.
  • Type-safe code with TypeScript.

Setup

  1. Install dependencies:

    npm install
  2. Build the TypeScript code:

    npm run build
  3. Open index.html in your browser.

Development

To automatically rebuild on file changes:

npm run dev

How to use

  • Enter the name of any Pokémon you'd like.
  • Tap on the "Generate" button.
  • View Pokémon stats.

Technologies

  • HTML
  • CSS
  • TypeScript
  • PokéAPI

Author

ClassicMan

About

A fun web app built with the PokéAPI that generates pokémon with their stats, images and types dynamically.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors