Link: https://mh-assistant-app.vercel.app/
An assistant app containing info about Monsters from various Monster Hunter games.
Includes info from: Wilds, Rise/Sunbreak, World/Iceborne and GU.
- View monster info from: Wilds, Rise/Sunbreak, World/Iceborne and GU
- Mobile friendly
- Dark and Light themes
- Clone the repo:
git clone https://github.com/Alex-M-2013/MH-Assistant.git
If you don't have Git, click the "Code" button at the top and click "Download ZIP" then extract its contents
- In the project root, run:
npm i
- Run the App:
npm run dev
- View the app at localhost:5173
- Wilds data: Monster Hunter Wilds API
- *Rise/Sunbreak Data: https://github.com/Neryss/monster_hunter_db/blob/master/rise_monster_db.json
- World/Iceborne Data: Monster Hunter World API
- **MHGU Data pulled from: https://github.com/gatheringhallstudios/MHGenDatabase/blob/develop/app/src/main/assets/databases/mhgu.db.zip
- Wilds, Rise and World: Pulled from game files
- MHGU: https://github.com/gatheringhallstudios/MHGenDatabase/tree/develop/app/src/main/icon-res/drawable
- Other icons: Bootstrap Icons
*Some monsters were missing, so I used Claude to add them. I did check the data manually, but there may be minor inaccuracies.
Missing Monsters:
- Chaotic Gore Magala
- Velkhana
- Risen Kushala Daora
- Risen Teostra
- Risen Crimson Glow Valstrax
- Amatsu
- Risen Shagaru Magala
- Primordial Malzeno
**Claude was used to convert the database tables into JSON format.