Submitted over 2 years ago
Responsive Interactive Comments Section Using React, Redux & SCSS
@hikmatullah-mohammadi
Design comparison
SolutionDesign
Solution retrospective
Hello there! It took me almost 30 hours to build it. Looking forward to any feedbacks, especially on the way I structure my code and the amount of time it took me to build it.
Thank you! A special thanks to #frontendmentor
Community feedback
- @denieldenPosted over 2 years ago
Hey Hikmatullah, congratulations on completing the challenge! You did a great job 😉
Let me give you some little tips for optimizing your code:
- i can comment also with empty comment or with blanks, add a control... The
trim()
method can help you -> read here - add descriptive text in the
alt
attribute of the images - add
width
to the icon reply - add
transition
on the element with hover effect - instead of using
px
use relative units of measurement likerem
-> read here
Hope this help! Happy coding 😁
Marked as helpful1@hikmatullah-mohammadiPosted over 2 years ago@denielden Thank you very much for your time giving helpful feedbacks. I refactored my solution. I will use relative units in my code in the future solutions.
1 - i can comment also with empty comment or with blanks, add a control... The
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