The objective of this JavaScript grocery list project is to create a list that accepts an item and also saves it to local storage.
localStorage
Just Another JavaScript Todo List Project
The objective for this JavaScript todo list project is to create a simple todo list that uses local storage to persist its data.
Contact Form using Local Storage Project!
This project uses JavaScript to retrieve information from the text fields of a contact form and saves it into local storage.
A contact form using local storage isn’t something you’ll likely encounter, but it’s a good project to refresh your memory on localStorage.
JavaScript Grocery List Project
This project involves creating a grocery list that uses local storage to save items. When an item is added you will receive feedback using the Bootstrap alert-danger or the alert-success classes. This project also uses event propagation to transverse the DOM.
Todo List JavaScript Project v1
The objective of this JavaScript Project is to wire up a todo list application. I found this JavaScript project easy to get through in the beginning. I went through most of it without interruption, up until I had to wire up the individual event listeners for each item.
Recipe App JavaScript Project
The recipe app project was the capstone project in Andrew Mead’s, The Modern JavaScript Bootcamp course. The challenge was to put together an app that used the features from both the Todo and the Notes app built earlier in his course