What is this?
Playing Pokemon GO on your phone and having to look at large, fixed-size, static images of a chart thorugh a small screen was a bummer to do.
So I made this Progressive Web App (PWA) which in its base is a pokemon chart with sticky headers so that you don't get lost scrolling on smaller screens.
The fact that it's a PWA means that you can save it to your home screen and then open it by tapping the icon - just like you would any other app, without having to go through your browser every time!
To do this, either click the notification that pops up when you first open this website or tap on the three dot menu and select: "Install" or "Install app" (depends on the browser you're using).
How do I read the chart?
The Pokemon types on the top (the columns) are the ones defending. The types on the left side (the rows) are attacking. The numbers in the fields represent the multiplier applied to the damage that the attacking type deals to the defending type.
For example:
- FIGHTING types deal 2x (double) damage to NORMAL types
- FIRE types deal 0.5x (half) damage to other FIRE types
- ELECTRIC types deal 0x (zero) damage to GROUND types
This is a work in progress. You can find the Todo list and report any problems/corrections over on GitHub
Home