Interactive comments using vue js and more...

Solution retrospective
I must say that it was a good challenge, the logic for the nested comments was a bit difficult to achieve haha, I developed a backend with node js to make the system more interactive, I do this logic of the comments in the backend that would be to bring the comments from the db and order them to then send it as a json response.
I found it necessary to use some js framework to create components and work more comfortably and in this case I used vue js.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @hector53
I should add that I did it a bit differently, for example when you open it for the first time it shows a form to choose an avatar, write a username and your comment, with this I create a user record and save it in localStorage.
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