This is a dummy project, which is used to demonstrate knowledge of Angular and frontend development in general. It serves as an example with some bad practices included.
You can clone the repository or download the code, or copy it directly using the links below.
- perform a Code-Review of
- send in files with your comments by (one of)
- Inline-Code-Comments and send us the files
- drop the files anywhere and send us the link
- upload the code to your own Repository (Avoid forking the repository and creating a PR, as this would make your solution visible to others)
- Install Nix if you don't have it already.
- Use
nix-shell
to enter the development environment- This will install all the necessary dependencies
- Run
process-compose up
for a dev server. open http://localhost:4200/
in your Browser