A simple drag and drop to do list. My goal with this project was to dive deeper into getting and storing data to local storage. Learn how to capture multiple inputs and put them into an array then save, get, edit then update the array in local storage. As well as learning how to allow users to filter, edit, complete, and delete items. As well as learn more about touch events.
Currently working on this project.
Items are being saved to local storage and all content and text will display until page reload, then everything is displayed, but textarea inner text, which is still stored in local storage.
As mentioned above the current issue I am working on is; Items are being saved to local storage and all content and text will display until page reload, then everything is displayed, but textarea inner text, which is still stored in local storage.
Review drag and drop to to list GitHub repository.