I'm proud that I was able to get the basic JS functionality working. I think sometimes I need to take a step back when my code is getting complicated and figure out if I can make things simpler before continuing.
What challenges did you encounter, and how did you overcome them?It was difficult for me to get the share icon section to behave correctly in both mobile and desktop. I hadn't had a lot of experience with using the CSS position property and the ::after pseudo selector. I overcame these issues by doing some smaller exercise with those two topics independently before adding them to this exercise.
What specific areas of your project would you like help with?I guess is there a better way to get the share icon section working. I felt like I needed to add a lot of complexity to get it working. Also in desktop layout I needed to make the card fixed size since I couldn't find a way to get the share icons overlay to follow the share button as the layout changed sizes.