To further play around with DOM manipulation with JavaScript and using local storage to save JSON data, I decided to create a mini ToDo list project
The list is generated by user input and it renders the generated ID to the DOM so it can be deleted and compared to other list items as well as being able to be ticked off using the ID.