I'm proud of how much it looks exactly like the figma design. I'm proud of the component structure.
What challenges did you encounter, and how did you overcome them?I found trying to use paths for images in json quite difficult to implement. I still haven't figured it out. I created a json file to extract profile data so that way I can scale it up in the future. Since I wasn't able to correctly extract a file path to the image in the json file, I imported it in the component that needed it.
What specific areas of your project would you like help with?I would like help on how to properly put a file path in json file to properly extract the heroImg and dynamically render it, into a react component.