/pokeboard

Web utility to look up strengths and weaknesses of Pokemon

Primary LanguageTypeScript

Pokeboard: Calculate Pokemon Type Weaknesses and Strengths

This is a little utility to get readouts of pokemon strengths/weaknesses at a glance. You can search by type or by pokemon and get a list of the type modifiers that type will have when attacking and defending.

Pokeboard Example Screenshot

It's hosted at https://naddeo.org/pokeboard/.

Some examples searches:

It uses data from https://github.com/veekun/pokedex/tree/master/pokedex/data/csv mostly.

Targets

Execute targets using make target-name. Most shells will autocomplete the target name if you spam tab.

  • start - Start the webpack dev server and open the project in a browser. This is probably what you want.
  • stop - If something goes wrong and the servers are orphaned then this will kill their saved pids in the .server-pids dir.
  • all - Make everything and put it in ./dist
  • build - Build just the typescript
  • bundle - Build the webpack bundle