I would like to know how I could show which pages a user has visited in a website directory so they can jump back into projects. With JS and HTML.
For example if they visited https://mywebsite.com/docs/doc1
It will show that link and then if they visited doc3 it would also show up.
If I need to clarify let me know!
Basically I need to display all the links they visited in the docs directory with javascript