The UI isn't showing the materials lists because the hidden class isn't removed from the HTML objects. It should probably be enough to add a `document.getElementById("result").classList.remove("hidden")` in index.js at row 233