Design comparison
SolutionDesign
Solution retrospective
What areas can I improve my code?
Community feedback
- @MelvinAguilarPosted 11 months ago
Hello there 👋. Good job on completing the challenge !
I have some suggestions about your code that might interest you.
- For a photo of a person, use their name as the alt text.
- You've created three similar components for each comment. However, if a page has more comments, creating a separate component for each one might not be practical. Instead, consider generalizing the comment component and passing the necessary information as props. You could even store your information in an array and render the comments dynamically.
I hope you find it useful! 😄 Above all, the solution you submitted is great!
Happy coding!
Marked as helpful1
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord