https://trpglobokar.github.io/poketypes/
From json list, renders all Pokemon by type, and allows users to see relationships between the various types (i.e. which are the most common, which have the most hybrids).
- Clone repo
- Run
npm install
- Run
npm start
- App should open automatically at http://localhost:3000
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
- fix
Generation: 1, 2 & '4' more
button label confusion - add heatmap view of data
- figure a better way to persist legend
- possible click method to freeze?
- redo percentage displays
- add toggle to show either percents or totals
- further styling for legend
- optimize for mobile