I am most proud of creating the grid layout since I don't use grid very often.
What challenges did you encounter, and how did you overcome them?I had some trouble getting the svg import to show up. I found that for styled-components I needed to interpolate the svg import to get it to work. Then the svg wasn't working on my live site and I found that I needed the svg to be in the public folder for it to work.