jon-esperanza / JS-issue-tracker

Created an issue tracker using HTML and JavaScript. This was also my first time using bootstrap, JQuery, and small js libraries.

Home Page:https://jonesperanza.github.io/JS-issue-tracker/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JS-issue-tracker

Created an issue tracker using HTML and JavaScript. This was also my first time using bootstrap, JQuery, and small js libraries.

This issue tracker allowed me to become familiar with various tools and how they all work together. I worked with localStorage and made a fully interactive issue tracker. I was able to create functions that work and effectively improve the program.




The user is able to submit an issue using a description, severity level, and responsibility input.

The newly created issue is then displayed below the form, in list form with the other issues.

In this issue list, the user is also able to set the issue status to closed and delete an issue from the list.

About

Created an issue tracker using HTML and JavaScript. This was also my first time using bootstrap, JQuery, and small js libraries.

https://jonesperanza.github.io/JS-issue-tracker/


Languages

Language:JavaScript 59.1%Language:HTML 40.9%