A friend of mine has this feature on their site that I'm looking to recreate. A URL is sent to the recipient, who can select the images they want and download them easily.
What would be the easiest way to recreate this?
You could have an useState
storing the selected images ids and a function to download those images in an archive (using, for example, jszip)