- Install dependencies by running
npm install
- Your are expected to write code in the given boilerplate so that you can complete this assignment
- All the detailed instructions are given inside the project. Read PROBLEM.md and the comments given in the project files.
- Understand the comments given in the project and write code
- After writing the code unit test your code by running
npm run test
orng test
and end-to-end test by runningnpm run e2e
orng e2e
. - Refactor your code and make all the test cases to pass before submission.
Note:- Don't submit the code with errors. Code with compilation errors will not be evaluated.