Skip to content

Keep track of what Canteen Ingredients you have, and which ones you still need in Monster Hunter World. While not exactly a guide, it does have some help and links to more in-depth information. Use it to find the right Investigations for ingredients, and to maximize your results per-zone whenever possible.

License

Notifications You must be signed in to change notification settings

alexcpendleton/mhworld-canteen-checklist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the source code to the Monster Hunter World Canteen Checklist web application. The goal of the app is to keep track of the Canteen ingredients you've found, and help you find those you're missing by grouping them by zone. You are welcome to contribute data changes or features if you'd like to.

Table of Contents

Overview

This is a React single page app (bootstrapped with create-react-app), and currently all the data is hardcoded into ./web/data/ingredients.json. State is persisted using localStorage for simplicity, there are no plans to introduce server-side state at this time.

Yarn is used for package management.

Getting the source

git clone git@github.com:alexcpendleton/mhworld-canteen-checklist.git
cd mhworld-canteen-checklist

Build

yarn start

Deploy

You probably won't be doing this, but it's here because I will forget. Pushes to master will be automatically deployed to https://mhwcanteen.pondryhills.com.

About

Keep track of what Canteen Ingredients you have, and which ones you still need in Monster Hunter World. While not exactly a guide, it does have some help and links to more in-depth information. Use it to find the right Investigations for ingredients, and to maximize your results per-zone whenever possible.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published