Recently I created this tool to analyse color contrast (https://color-contrast.dev) and created it quickly using React. Now I'm thinking of moving/porting it to Remix. I have checked out online and didn't find many good resources, just one blog in this regard and that was written back in December '21.
I wanted to know if you folks could help me with how you would approach this if you had to do it yourself.
My app uses React, Typescript and Styled Components and is bundled using Parcel. There's no server side to it yet, but I intend to add it, hence the port.