This is a remix of the original project. I noticed they stopped working on the project because the list was not showing anymore. I have had this same bug, and decided to help out. The project now works and shows the list :) The reason is that the list was offscreen, which for some reason happens sometimes. To fix, right click on the website and push "Inspect" then click on the little mouse in a box icon at the top left. Select a list that isn't offscreen to navigate to where all the lists are in the code. Show the offscreen one and keep looking and hovering in the code on the right until you find it. Then edit it's "top" or "left" properties to 0 to bring it back on screen. Make sure to drag the list after to save the new position!