This is a tool that can calculate the IVs of your Pokémon, rewritten using React, material-ui, and vite.
- Git
- node.js
git clone https://github.com/it-is-final/IVcalc.git
npm install
npm run build
Instead of using npm run build
, use npm run dev
.
- 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.
© 2025 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/.