Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 606 Bytes

File metadata and controls

12 lines (9 loc) · 606 Bytes

Issue Tracker

Issuetracker.mp4

Project Goals

  • textArea length Checker with .length string property
  • form values are compiled in an object and then passed to localStorage with setItem and JSON.stringify()
  • a recap of the issue is then displayed when form is submitted. It gets and parses the JSON string back into an object. Object values are passed in the recap with template strings.
  • then a status updater is possible with a button that updates the JSON

🛠️

Vanilla JS, CSS, HTML