Skip to content

it-is-final/IVcalc

Repository files navigation

IVcalc

This is a tool that can calculate the IVs of your Pokémon.

Build Instructions

Prequisites

  • Git
  • node.js

Steps

  1. Run git clone https://github.com/kaitouctr/IVcalc.git
  2. Run npm install
  3. Run npm run build

Run the application locally

Instead of using npm run build, use npm start. This will build the web application and then run serve on the dist directory. Go to the address specified by serve.

Support

Use the issue tracker for bug reports, feature requests or enhancements. For just questions or "tech support", use GitHub Discussions.

Acknowledgements

  • Base stats data, characteristics data, natures data, and calculation formulas is sourced from Bulbapedia
  • Pokémon © 2002-2024 Pokémon. © 1995-2024 Nintendo/Creatures Inc./GAME FREAK inc. TM, ® and Pokémon character names are trademarks of Nintendo.

License

© 2024 Luong Truong

IVcalc is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 3.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.