Mobile first, interactive comments section using react.

Solution retrospective
I still can't figure out how to add dynamic timestamps. Any help is welcome. What are some best practices when using styled components?
Please log in to post a comment
Log in with GitHubCommunity feedback
- @denielden
Hi David, congratulations on completing the challenge, great job! 😁
Some little tips for optimizing your code:
- add
main
tag and wrap the card for improve the Accessibility - if I click on the upvote or downvote
button
I can increase it to 2 points and not just by 1 point. add a control - i can comment also with empty comment or with blanks, add a control... The
trim()
method can help you -> read here
Hope this help! Happy coding 😉
Marked as helpful - add
Join 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