I shared my portfolio earlier this week and received quite a bit of constructive criticism, which I really appreciated. I took that feedback seriously and worked hard to address my weaknesses, completely rebuilding my portfolio from scratch. Now I have a fully responsive website that showcases all my projects. I'm at the point where I'm wondering if this portfolio is good enough to help me land a junior front-end developer job. I'd love your honest feedback to guide me further. Thanks a lot!
1 Answer
Your portfolio looks much better! A few tips: try using `
` tags instead of `
` for spacing. It makes your markup cleaner. Also, consider replacing spacer divs with margins for better layout control. I noticed you're using fragments, which is great — just be mindful of when they're truly needed. And one last thing, avoid exporting default from your components. It’ll make it easier to manage your imports. Overall, amazing progress!
Thanks for the tips! I thought using spacer divs was a clever way to control spacing, but I see your point. Can you elaborate more on using `
` instead of `
`?