This site provides a fun way to browse an encyclopedia of all the interactive items found in the world of Hyrule, Breath of the Wild.
Check it out: Hyrule Compendium
- View items by category by using the navigation buttons
- View item details by clicking on something of interest
- Detailed info includes: common locations, cooking effect, description, dlc, edible, hearts recovered, weapon stats (attack, defense)
- Search by name; includes fuzzy searching for typos and close matches
- Dockerized for seamless production and deployment
-
Clone the repository
git clone https://github.com/amandadr/hyrule-compendium.git cd hyrule-compendium -
Install Docker (Optional)
- Follow the intructions on the 'get Docker' site.
Use the traditional npm i, npm start combo, or...
docker build -t hyrule:latest .docker run -d -p 4000:80 --name hyrule-compendium hyrule:latestWith major thanks to gadhagod for putting together a wonderful API
...
- Updated 2024-03-21:
- Integrated a Lambda-hosted fuzzy search function which filters search terms before requesting entries from the API. This allows users to input partial terms or typos and return accurate results!
- Updated 2024-05-19:
- Dockerized the application.





