Refactor the code with useReducer and useContext for better view. But the drag and drop function only work for mouse drag action. Touch screen no work.
What challenges did you encounter, and how did you overcome them?Drag and drop function to move the todo item
What specific areas of your project would you like help with?Currently use localStorage to save todo list item, but want to learn about a way for frontend to interact with backend to store data