Skip to content

Commit 96b5d3a

Browse files
update readme (#7)
1 parent d4d33f5 commit 96b5d3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Goal
44

5-
The goal of this assignment is to showcase your skills and coding style while building an enterprise grade Angular application. We expect this assignment to take no more than 2 hours with the first priority of getting a working application that meets the requirements set forth below. Once you have it working you can add some extra flare with unit testing, e2e testing with playwright, updated styles to make it snazzy, or whatever else you feel like.
5+
The goal of this assignment is to showcase your skills and coding style while building an enterprise grade Angular application. You may take your time with this assessment to show case your skills. Once you have it working you can add some extra flare with unit testing, e2e testing with playwright, updated styles to make it snazzy, or whatever else you feel like.
66

77
> [!TIP]
88
> **State Management** - We have included all of the `@ngrx` packages but you're welcome to use any state management library you see fit or just stateful services.
@@ -32,7 +32,7 @@ The goal of this assignment is to showcase your skills and coding style while bu
3232
1. Home page should show a card view of users from [JSONplaceholder](https://jsonplaceholder.typicode.com/). The home page should allow you to click on a users card to navigate to their profile page.
3333
2. The profile page should use the angular router and exist at `/users/:id` and display all of the user information for the id in the route path.
3434
3. Add filter(s) to the home page to allow the user to filter the list.
35-
4. Add a context action menu to delete or favorite users in both the card view and detail page.
35+
4. Add a way to favorite users in both the card view and detail page.
3636
5. Run the following command to verify that your changes lint, test, and build correctly: `npx nx affected -t lint test build`.
3737

3838
## Submitting your Assessment

0 commit comments

Comments
 (0)