/issue-tracker

Simple Issue Tracker implemented with Riot v3.

Primary LanguageHTMLMIT LicenseMIT

Issue-Tracker

Simple Issue Tracker done with Riot v3

Demo of Issue Tracker

Demo on Heroku

http://issue-tracker-reloaded.herokuapp.com/

Implementation

This Issue Tracker is a simple single page application and has been created during my studies at the ZHAW School of Engineering.

The demo on Heroku was integrated with a simple NodeJS web server and uses a predefined RESTful API provided by the school. Styling has been realized using the Bootstrap Framework and a little bit of JQuery for the Datepicker. Logic of the app was build with JavaScript and the Riot v3 Framework with data persisting to localStorage and on the demo also to the backend using the Promise-based HTTP Client Axios.

Functionality

You can choose between a light theme and a dark theme :) Issue Tracker with both themes You can create projects and then issues belonging to the specific project. Projects and issues can also of course be deleted or altered. All changes are persisted into the back end and are reloaded when refreshing the page (except by deleting your localStorage for the page).