Todo App

Solution retrospective
Hello, this is my solution of the todo app.
It have a problem that doesent let me change the complete state of the task, i tried with a lot of things but i didnt get it, i used a cutom hook to manage all the functions and the data, the problem is that i cant manage the state of the task directly in the task... I'll appreciate any feedback
Please log in to post a comment
Log in with GitHubCommunity feedback
- @denielden
Hi Angel, great work on this challenge! 😉
Here are a few tips for improve your code:
- add
main
tag and wrap the tasks for improve the Accessibility - add
transition
when change the dark/light mode - instead of using
px
use relative units of measurement likerem
-> read here - when i click *completed or clear completed * all task scompare
- i can add task also with blanks, add a control... The
trim()
method can help you -> read here
Overall you did well 😁 Hope this help!
- add
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