How to enable download feature in a front end website from client side?
I created a sticky notes kind of front end website using HTML, CSS and JavaScript. I hosted the website using GitHub pages. I want to create an download option for the user so that after users complete adding sticky notes, they can download all of them as a text or doc file. Help me how to do this using front end technologies.