Animal Crossing Catch is a minimal, mobile friendly site for keeping track of fish and bugs you can catch in Animal Crossing: New Horizons.
The site is written using Typescript, React, and Create React App. The recommended way to get up and running is via CodeSandbox, which will give you an editable copy of the site right from your browser. You can then make an edit and open a pull request without downloading anything to your computer.
All of the data is currently generated from the animalcrossing Fandom wiki.
We have a static process that will scrape the site, download the images, and generate files to be used by the main app. To update the data clone the repo locally and run the following:
cd scraper
node scraper.js
You should then be able to copy the updated files (fish.json, bugs.json, imgMap.js, and the img folder) into the src directory.