pad-team-react is a tool to provide an interface to easily search for particular monsters. Current in-game solutions only provide sorting and filtering by properties, but it is not capable of complex search criteria. This tool connects to PADHerder's API always provide up-to-date data. pad-team-react is intended to be a refactor of the interface to pad-team-builder, which suffers from performance issues during page load.
pad-team-react was created with create-react-app with little modification.
- run
npm installto install all dependencies - run
npm startto start the dev server
