This is a simple application for managing and tracking issues/tasks built with Angular and Clarity Design System with the use of reactive forms.
- App displays list of pending issues on a front panel
- enables reporting a new issue through a form available at "Add New Issue" button
- reactive form enabling reporting new issues consist of validation rules of the required fields to prevent unwanted behaviour
- available issues can be resolved through a modal dialog available on the left-hand side of the issue
- app suggests related issues while reporting a new one
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory.