This is a tool that can calculate the IVs of your Pokémon.
- Git
- node.js
- Run
git clone https://github.com/kaitouctr/IVcalc.git
- Run
npm install
- Run
npm run build
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
.
Use the issue tracker for bug reports, feature requests or enhancements. For just questions or "tech support", use GitHub Discussions.
- 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.
© 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/.