This react app is meant to be a companion app for the video game Palworld.
The goal of this app is to have an overview over all Pals and their stats, predict the offspring when breeding two Pals, and see some possible combinations of two Pals to breed to obtain a predetermined Pal offspring.
The ‘Pals’ view can be sorted by any column by clicking on the column header. The table can also be filtered with the search input field.
The ‘Combos’ view lets the user select a desired offspring and then displays some possible parent combinations accounting for the special breeding paths.
The ‘Pairing’ view lets the user select two parent Pals and then displays the offspring accounting for the special breeding paths.
All data taken from Reddit user u/blahable's Google Sheets document, available at: https://docs.google.com/spreadsheets/d/1YgPc11dgdBUC8jXNp01b7gI6jNHoBRQGwrY_V6lXMgQ/edit?usp=sharing
- None at this time
- None (data pulled from json files)
This project is released under MIT License.