Skip to content

henna90/myCruddyApp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 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)

Examples: Replace with your own.

  • animate when new data is added

  • color code the data by timestape (older more greyed out)

  • Read from yelp api to get good bagel advice in a city

  • 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

 
 
 

Contributors

Languages

  • HTML 52.4%
  • JavaScript 47.6%