React with tailwind

Solution retrospective
I want to ask
- What is good approch to get the number of unchecked todo? Currently I use useEffect and detecting if the delete button is clicked to change the remaining todo number. But the code seems a little ugly.
- How to filter child component by child's state, like if I click completed button, only show the child if its checked state is true. Currently I only hidden the unchecked children
I have not complete the dragging function yet. Any feedback is welcome
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Hsienz'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