Here is a working live demo
Run npm start
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
In order to run the e2e tests, you need to run npm run cypress:open
to watch the tests with a GUI or npm run cypress:run
to run them with a CLI.
- This project was generated with Angular CLI version 10.0.2.
- UI elements are from angular material
- e2e tests where done with cypress
- This project relies on the power of rxjs and reactive programming