Create Read Update Delete using localStorage with JS, HTML and CSS
(the unchecked boxes are required to finish)
-
Form with input fields
-
Write to local storage
-
Read from local storage
-
Edit local storage
- What about if we have more than one value?
- how do we add multiple values?
- maybe use an array?
- maybe use multiple keys? create new keyname each time
-
Delete local storage
- delete button storage.removeItem()
- delete all storage.clear()
-
Display stored value in proper div
Discription - interactive recipe folder
-
input recipes and store on localStorage
-
get new recipes from google
-
store new recipes on localStorage
-
edit stored recipes on localStorage
-
print out stored recipes
-
share recipes via email, facebook etc.
-
add comments to recipes when you tested them out and give a star rating
-
color code by star rating
-
store recipes according to different categories
-
print out a shopping list for ingredience
-
[ ]
-
[ ]
-
[ ]
-
[ ]
-
save my local storage to a remote storage for back up
-
Optional: Host on repl.it (html,css, js)