All Projects → SawyerHood → animal-crossing-catch

SawyerHood / animal-crossing-catch

Licence: MIT license
Site to keep track of your critters in Animal Crossing

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects
HTML
75241 projects

Projects that are alternatives of or similar to animal-crossing-catch

ACNHAutoCataloger
Automatically records what's in your Animal Crossing: New Horizons catalog
Stars: ✭ 34 (-27.66%)
Mutual labels:  animal-crossing, animal-crossing-new-horizons
turnip-price
《动物森友会》大头菜价格算法 Rust & WebAssembly 版 / The Rust & WebAssembly implementation of the algorithm of the turnip price in Animal Crossing: New Horizon.
Stars: ✭ 32 (-31.91%)
Mutual labels:  animal-crossing, animal-crossing-new-horizons
acnh-api
Animal Crossing New Horizons Static API
Stars: ✭ 21 (-55.32%)
Mutual labels:  animal-crossing, animal-crossing-new-horizons
translation-sheet-data
ACNH Translation sheet converted directly to JSON by tab.
Stars: ✭ 28 (-40.43%)
Mutual labels:  animal-crossing, animal-crossing-new-horizons
ACNL REditor
Animal Crossing New Leaf ROM Editor: Patch ACNL's code and files with QoL improvements to change the gameplay.
Stars: ✭ 35 (-25.53%)
Mutual labels:  animal-crossing
acnh-images
downloads every image from the ac: nh spreadsheet locally
Stars: ✭ 23 (-51.06%)
Mutual labels:  animal-crossing
SysBot.AnimalCrossing
Animal Crossing: New Horizons bot using SysBot.NET
Stars: ✭ 54 (+14.89%)
Mutual labels:  animal-crossing-new-horizons
LeafEdit
Work in progress Animal Crossing: New Leaf save manager & editor for the Nintendo 3DS!
Stars: ✭ 56 (+19.15%)
Mutual labels:  animal-crossing
SysBot.ACNHOrders
Queue-based and/or pure automation-styled ACNH SysBot
Stars: ✭ 53 (+12.77%)
Mutual labels:  animal-crossing

Animal Crossing Catch

Animal Crossing Catch is a minimal, mobile friendly site for keeping track of fish and bugs you can catch in Animal Crossing: New Horizons.

Philosophy

  • Create a companion app to the game that can easily be used while playing from any device
  • Make it easy to use and navigate without excess explanation
  • Offline first: most features should work without network access on a mobile device (ex: playing Switch on a plane)
  • Up-to-date: We should make sure that the data is always the most accurate available

Building and running:

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.

Edit whatcanicatchnow

Data

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].