This is a companion web app for Animal Crossing: New Horizons. Main purpose of this application is to show people what is available to catch for the selected month, default to current month, and which critter will be leaving soon.
Note: The critter information are extracted from Animal Crossing Wiki and then hosted on GitHub Pages as a static REST API (check out the repository).
Since this application is an Angular application, make sure you have Node.js version 18+ installed in your machine. Then run npm install
to install all the necessary packages. Once all packages are installed, run npm start
for the dev server, which will be available at http://localhost:4200/
.
If you find anything that is not working as it should be, please don't hesitate to open an issue in the issue tracker.
Note: When reporting an issue, please include what you've done that lead to the issue.
Or, if you feel like it, you can always fork and try to fix it yourself. Somethings to know when contributing code:
-
Try to adhere to the current code style of this project
-
Try to run some testes to make sure you didn't accidentally break anything before creating a pull request
-
It would help me to review your code if you tell me what you are trying to do in the pull request
I really do appreciate your effort to help me to improve this project!