Yeah. The challenge for me was that React has different syntax and structure than HTML and CSS and that’s where I really needed the AI lift the most.
For comparison, I couldn’t set a page background image so I had to rewrite it as a DIV with a background image that filled the entire viewport, and React uses its own variable names that don’t match what I know from my early web coding days.
It’s just a lot to have to get the hang of when all you want to do is publish a single page with almost nothing on it except an image and a link.