Get a visual list of which eggs are a zone! I had no idea which eggs belonged to which species, or were available in the current zone. The existing resources didn't group them in a way that was useful to me.
I thought I might end up doing more with the website, but lost interest in the game shortly after finishing.
It's a very small Single Page App using React. It certainly does not need to use any frameworks but I used it as a simple learning project.
- Node.js 8+ (may work on earlier versions)
- Yarn or npm
Clone the repository and enter the directory
git clone [email protected]:alexcpendleton/pondryhills.com.git
cd pondryhills.com
Run your start script of choice
yarn start
or
npm run start
This will start a browser, and it should just work!
yarn test
or
npm run test
This repository autodeploys via Travis CI to Google Firebase.
Consult the create-react-app readme for setting up your own deployment.
You are welcome to submit pull requests and issues, especially for data inaccuracies.
- The images and much of the data is directly from: https://www.gamefaqs.com/3ds/146555-monster-hunter-stories/faqs/74891/egg-list-all-versions
- Many data corrections and feature requests were submitted by the fine people in my Reddit post: https://www.reddit.com/r/MonsterHunter/comments/71na35/mhst_egg_location_guide/
This project is licensed under the Unlicense - see the LICENSE file for details.