Final Episode - Allowing Keyboard Inputs
Created by Pedro Machado about a year ago
No description provided
6 Comments
**4 projects ** course is very nice and all is well explained but should update the title to 4 projects instead of 6…
It was awesome project. I learn't use of useRef and useState and also other concepts.
In My project I have implemented the localStorage concepts too
Nice Project
how can we get to see the code for this whole todo app.
This is a great tutorial to learn many things. One thing which is fundamentally wrong in this tutorial is why use value.task instead of key to target the correct element. Right now if two task with the same names are applied, it will either delete both or complete both. Also you can extend this tutorial where, you can change the completed task button to be "undo" and it would then make the task not complete again. I will try to give a go and test for that :)