This mobile-first application provides gameplay support for Animal Crossing: New Horizons. When a villager arrives at the campsite on your island, you can quickly pull out your NookPhone to learn the important facts of who they are. What is their personality? When is their birthday? Is their house a 'love-it' or 'list-it'?
With this information just a click away, you can quickly decide whether to give that villager the boot or an invitation to stay.
I created this app to practice some foundational skills of React, such as using props, hooks, and components, as well as making API calls.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
A huge shoutout to the team at Nookipedia for providing great support in using their API, both through their documentation and active Discord channel.
This project was bootstrapped with Create React App.
- If it's your first time, run this command in the project directory to make sure you have installed all the necessary packages:
// ./acnh-nook-phone
npm install
- To start the server locally:
// ./acnh-nook-phone
npm start
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.