https://github.com/teotimepacreau/issue-tracker-day19-of-100daysofcode
Issue Tracker built with VanillaJS, CSS and HTML
https://github.com/teotimepacreau/issue-tracker-day19-of-100daysofcode
callback dailyui html issue issue-management issue-tracker issue-tracking-system issuer javascript json localstorage parse stringify ui uncut-sans vanillajs
Last synced: 4 months ago
JSON representation
Issue Tracker built with VanillaJS, CSS and HTML
- Host: GitHub
- URL: https://github.com/teotimepacreau/issue-tracker-day19-of-100daysofcode
- Owner: teotimepacreau
- Created: 2023-05-10T20:04:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-10T20:33:50.000Z (over 2 years ago)
- Last Synced: 2025-01-15T10:32:48.605Z (9 months ago)
- Topics: callback, dailyui, html, issue, issue-management, issue-tracker, issue-tracking-system, issuer, javascript, json, localstorage, parse, stringify, ui, uncut-sans, vanillajs
- Language: CSS
- Homepage: https://teotimepacreau.github.io/Issue-Tracker-Day19-Of-100DaysOfCode/
- Size: 76.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Issue Tracker
https://github.com/teotimepacreau/Issue-Tracker-Day19-Of-100DaysOfCode/assets/95431443/a4ed27cd-2dce-4df2-b4ee-65255eff8566
# 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