njs-guy/bst-graph
1
0
Fork
You've already forked bst-graph
0
Generate Pokémon base stat total charts. This repo is a mirror. For pull requests, releases, and issues, please visit https://github.com/njshockey/bst-graph .
  • Vue 49.8%
  • TypeScript 28.3%
  • JavaScript 17.5%
  • HTML 2.6%
  • CSS 1.8%
2024年01月28日 14:51:43 -05:00
.github/workflows Added auto deployment with gh pages 2024年01月28日 14:19:28 -05:00
.vscode ran prettier from terminal 2023年01月24日 14:28:19 -05:00
assets Logo now updates with theme change 2023年06月17日 15:37:18 -04:00
docs Updated build instructions 2023年06月20日 16:13:00 -04:00
public Added auto deployment with gh pages 2024年01月28日 14:19:28 -05:00
src Show checkboxes states now save in local storage 2023年06月23日 15:58:35 -04:00
.browserslistrc init 2022年06月26日 12:50:31 -04:00
.editorconfig added editor config 2023年06月23日 14:47:41 -04:00
.eslintignore Finished impl eslint suggestions 2022年11月13日 21:31:52 -05:00
.eslintrc.json Fixed tailwind config errors 2023年01月24日 14:23:00 -05:00
.gitattributes added gitattributes 2023年02月02日 18:31:30 -05:00
.gitignore Got rid of unknown rule @apply error bc it was driving me crazy 2022年06月30日 16:30:15 -04:00
.markdownlint.json Better markdown linting 2023年01月24日 14:47:31 -05:00
.prettierignore made spa and spd into spA and spD 2023年02月17日 21:41:29 -05:00
.prettierrc.json changed prettierrc to json 2022年12月23日 18:48:54 -05:00
index.html Added auto deployment with gh pages 2024年01月28日 14:19:28 -05:00
LICENSE.txt Added MIT license 2022年06月26日 14:23:29 -04:00
package.json defeated dependency hell 2024年01月24日 19:45:44 -05:00
postcss.config.js Ran prettier on config files 2022年11月06日 18:45:35 -05:00
README.md Fixed readme link not working when clicked locally. 2024年01月28日 14:51:43 -05:00
tailwind.config.cjs Adjusted type text colors 2023年06月19日 13:05:32 -04:00
tsconfig.json Added auto deployment with gh pages 2024年01月28日 14:19:28 -05:00
vite.config.mts Added auto deployment with gh pages 2024年01月28日 14:19:28 -05:00
yarn.lock defeated dependency hell 2024年01月24日 19:45:44 -05:00

BST Graph

Generate Pokémon base stat total graphs similar to what's seen on Bulbapedia.

Check it out at https://njs-guy.github.io/bst-graph/ !

Light mode Dark mode

Features

  • Can fully edit any stat and use any name.
    • Great for fakémon!
  • Export to PNG or SVG.
  • Autofill stats from Pokémon name. (Based on Generation 9.)
  • Also works on mobile!
  • Open source under MIT license.

More information

Special thanks

BST Graph uses PokeAPI to autofill data, pokenode-ts for caching that data, dom-to-svg for generating svg images, and Vue for the frontend. Without them, the making of BST Graph would have been significantly harder!

Building

For build instructions, see dev_info.

DISCLAIMER

BST Graph is NOT an official product and is not associated with Pokémon, The Pokémon Company, Nintendo, Creatures Inc., or any of their respective copyright holders.