Comments Section using SASS, JS

Solution retrospective
The page might take a while to load the elements because the server is running on glitch and it times out after a few minutes of inactivity and has to restart the app. So make sure to wait in case there is nothing appearing on the page. Also leave some suggestions. Thanks!
Please log in to post a comment
Log in with GitHubCommunity feedback
- @denielden
Hi Athreya, great work on this challenge! 😉
Here are a few tips for improve your code:
- remove all unnecessary code, the less you write the better as well as being clearer: for example the
div
container of image author - instead of using
px
use relative units of measurement likerem
-> read here - if I click on the upvote
button
I can increase it to infinity and not just by 1 point. add a control - add message if I click send when the comment is only with blanks
Overall you did well 😁 Hope this help!
Marked as helpful - remove all unnecessary code, the less you write the better as well as being clearer: for example the
- @besttlookk
Hi, everything seems to be working okay. Just two things i waana add:
- Do not let user to vote its own comment.
- Limit the number of upvoting/downvoting to 1.
Good luck,
Happy Coding
Marked as helpful
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