This website allows user to navigate amoung poems.
Each poem has a single-word title.
When a poem contains a word that is also the title of an other poem, user can click on this word to navigate to the next poem (hide the previous one and show the new poem)
The website can be added directly on some host server (only HTML, CSS and client-side JS).
To easily start it on local machine, make sure you have NodeJS installed and run command :
node server.js
You can then access to website using url "http://localhost:22233". Modify port at any time in server.js.