Skip to content

Latest commit

 

History

History
54 lines (27 loc) · 1.77 KB

README.md

File metadata and controls

54 lines (27 loc) · 1.77 KB

Frontend

Here, you can find all the information you need to set up and use our frontend system.

Projektbeschreibung

Frontend Technology:

Our frontend is built in Angular Angular.

Design and Styling:

To enhance a user-friendly UI, we use Bootstrap Bootstrap.

Color Palette:

colorpalette

UI Testing:

We test our application with Karma and Jasemine Karma and Jasemine.

Statistics:

For data visualization and statistics, we rely on Chart.js Charts.js. This library supports us to create engaging charts and graphs, providing valuable insights into our data.

Installation

This project was generated with Angular CLI version 16.2.7.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running acceptance tests

Run npx cypress run to execute the acceptance tests. For our acceptance tests, we use cypress.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.