Hi there!
Thanks again for your advices @NoelDeMartin and @ThisIsMissEm ! I think I managed to create a prototype of a client displaying content (audio) from the server in a public way, it means, without being logged in, using a Home page that leads to a Detail page.
I don’t know if any of you or people in the forum will have a look at it and propose some changes in order to improve a better usage of the solid-client library. The actual code is quick and dirty and I’m not very happy in the way the data is consumed as Linked Data, there should be better ways to wrap the objects and so.
The Server: https://warm-inlet-30289.herokuapp.com/
Related: Deploy SOLID server to Heroku
The Client: https://solidwebapp-7a3cf.web.app
HOMEPAGE
DETAIL PAGE
Any input is more than welcome!