It's a simple "Wichteln" app, made with angular and node.js.
is a pre-Christmas, European custom that is cultivated among work colleagues, in clubs, in school classes, etc. By coincidental selection for each group member another group member is determined, by which it is then presented.
The logic is implemented in a way that:
- nobody can draw himself
- nobody can draw his partner
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
Just enter all names of the participants with their partner in the data.json file and run "node draw".
Run ng test
to execute the unit tests via Karma and run ng e2e
to execute the end-to-end tests via Protractor.
TODO