Skip to content

xleung26/hrext06-myCruddyApp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 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

No packages published

Languages

  • JavaScript 56.8%
  • CSS 24.4%
  • HTML 18.8%