Live site: villagerhomes.org
This is a side project I created during a break between my intermediate and advanced courses in a software development bootcamp. During this period, I taught myself React and decided to put my skills to the test by building this passion project with React. If you have any feedback on the application, from functionality to a perspective on a house color and anything in between, please contact me!
🍎 Released
The Animal Crossing fandom is huge! While there are plenty of public resources available to players across the world wide web, it can be difficult to find information on villager home exteriors. Many ACNH players enjoy picking themes for their islands. Villager homes have a wide variety of aesthetics from color, to material, to architecture. These styles can be key to bringing your island theme to life!
My goal with this website is to provide an intuitive user experience where users can narrow down villagers' homes by desired features through filtered form dropdowns.
As a player, I want to be able to pick villagers for my island by their home exteriors so the houses match the theme or aesthetic of my island.
First compile the app by running build:
npm run build
Then, deploy to git pages:
git subtree push --prefix build origin gh-pages
or
git push origin `git subtree split --prefix build main`:gh-pages --force
- Villager House Exterior Designs Complete List: Huge shout out to Animal Crossing World for the house exterior artwork and information.
- List of villager houses in New Horizons
- Convert Data Between CSV And JSON With Simple JavaScript
- How to Download a file with node.js
- Node JS get file name from absolute path
- How to use Checkbox inside Select Option
- Twitter, Instagram, and dropdown arrow icons by freepik
- Github Icon by Pixel perfect
- Managing a custom domain for your GitHub Pages site