typescript/react to-do app

Solution retrospective
I had fun working with tailwindcss, its my first time using it. So I need to build more apps to get a better grasp of it . next time I probably should seperate the functions of the todolist more.
What challenges did you encounter, and how did you overcome them?getting the views of the todolist work, was a bit challenging, the solution that was to add a status to each todo, then use state to track if each todo was active or completed and also state on the todolist itself. then to get the list for each view I filtered the todolist for the status on each todo, then rendered according to the view the user clicked on.
What specific areas of your project would you like help with?I did not implement the dragging of elements in this version of the todolist had some difficulty but Will implement in future. but wanted to know if there are libraries that can assist in implementing that feature particularly for mobile
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on stefanappdev'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