jszlenk / Open-Ticket-System-Frontend

The open ticket system provides organized and efficient management tools for support staff. Frontend in Angular 6, TypeScript, Karma, Protractor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Open Ticket System in TypeScript

Angular 6.1.3 TypeScript 2.7.2 Karma Protractor

Frontend part of the application configured using ng to build, test and run applications.

Open ticket management software that easily tracks tickets. Features:

  • Adding users
  • Determining roles such as admin, client, technician
  • Adding a ticket
  • Specifying the ticket's priority
  • Personalizing the execution of the order
  • Authorization of users through a token

This application was generated with Angular CLI version 6.1.4.

Technology stack on the client side.

  • Angular 6
  • TypeScript
  • Karma
  • Protractor

Run App

Run for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.
ng serve
Run to build the project. The build artifacts will be stored in the dist/ directory. Use the -prod flag for a production build.
ng build
Run to execute the unit tests and the end-to-end tests.
ng test
ng e2e

Screenshot

You can implement your own CSS styles, for example based on foundation.zurb.com or getbootstrap.com

alt text

About

The open ticket system provides organized and efficient management tools for support staff. Frontend in Angular 6, TypeScript, Karma, Protractor


Languages

Language:TypeScript 67.6%Language:HTML 29.8%Language:JavaScript 2.6%