Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Create Read Update Delete using localStorage with JS, HTML and CSS

License

Notifications You must be signed in to change notification settings

fduplessis01/hrext06-myCruddyApp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hrext06-myCruddyApp

Create Read Update Delete using localStorage with JS, HTML and CSS

To Do List

Current Sprint

(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

Next Sprint (what are we trying to code)

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)

About

Create Read Update Delete using localStorage with JS, HTML and CSS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 58.2%
  • HTML 27.3%
  • CSS 14.5%