I have a small React application, that I want to run on every Cart-page of my Shopify store. So far all I have found out is how to make a react-app for the Shopify admin, but I want it to be something the customer can interact with.
Additionally, the application needs the pictures of the product on which cart it currently is on. How can I implement my react application like that?
Thanks in advance!