Design comparison
Solution retrospective
I'm most proud that I managed this project, by myself! It took a long time , but I did it, and it was a valuable learning experience. I hope that with practice I will be able to do this types of projects faster in the future.
What challenges did you encounter, and how did you overcome them?I had actually at first tried the "interactive comments section " FCC intermediate project , and no matter what I tried I could not solve it.
Then someone at Discord pointed me in the direction of this app and how it's easier (even though the interactive comments section app came up first in sorting easier to harder). I also was pointed in the direction of the Freecodecamp js complete tutorial that has a todo app tutorial.
So I decided to redo that complete Freecodecamp JS tutorial ( I completed the FCC module before ending up here at Frontend mentor), and once I had completed the todo tutorial part I was able to get started with this project. The most helpful start was parts of my newTaskTextArea function (within the if(newTaskValue){} part). From there I could solve it all myself , with trial and error off course, as always.
What specific areas of your project would you like help with?I'm assuming the drap and drop operation should save the new order ? I used sortable.js and was able to drap/drop tasks , but it does not save the reordered list order, just reverts back to the original order if I add a new task or click active/complete.
I am very proud(trying) of myself that I finished this and all by myself!
Community feedback
Please log in to post a comment
Log in with GitHubJoin 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