interactive comments section using nextjs and tailwind css

Solution retrospective
please provide feedbacks
Please log in to post a comment
Log in with GitHubCommunity feedback
- @denielden
Hi Rhythm, great work on this challenge! 😉
Here are a few tips for improve your code:
- add
main
tag and wrap the card for improve the Accessibility - if I click on the upvote
button
I can increase it to infinity 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
Overall you did well 😁 Hope this help!
- add
- @besttlookk
hi, Nice work. Few points i like to make: 1.Limit the upvote or downvote to atmost one. 2. Dont allow user to vote its own comment .
You also did not add for delete option.
Other than that everything looks great.
Good luck,
#happyCoding
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