Interactive Comment Section With Vanilla JS

Solution retrospective
I'm most proud of the CRUD functionality. I've learnt so much more than I expected, it's really given a really strong foundation that I'm going to use learn backend languages. If there's anything I'd like to improve in future it's using React in projects like these, my vanilla Javascript class based architecture has taught me that I can do it!
What challenges did you encounter, and how did you overcome them?There were many, the CRUD functionality was the hardest as I had never built such a thing before. The localStorage for persistence was a other issue since my objects had tons of circular references and the dynamic timestamps were an issue too. To overcome them I split the project into tiny pieces for the CRUD functionality. Then had some help with local storage and timestamps from youtube and chat gpt.
What specific areas of your project would you like help with?Anyhelp cutting down the amount of code is welcome. Plus I'd need help with a little bug that occurs when you try to delete too many comments in a row.
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Perry-Cham's solution.
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