An open API service indexing awesome lists of open source software.

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

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