Hello FCC Community, can someone point me towards the right direction in a project that I’m working on?
I have a web app built with node js that allows a user to search and read PDF files.
What can I do to display recent PDF files that a user has read in the form a thumbnail?
I have been doing a lot of reading. It appears that my options are localStorage and cookies. However, cookies may be disabled by the user. Hence, it cannot be relied upon. Is there a better way?
I would be glad if you can help me out. Thanks