{"id":18798497,"url":"https://github.com/uiwebkit/ng-nx","last_synced_at":"2026-01-02T02:30:15.307Z","repository":{"id":259078295,"uuid":"876266065","full_name":"uiwebkit/ng-nx","owner":"uiwebkit","description":null,"archived":false,"fork":false,"pushed_at":"2025-01-16T10:49:26.000Z","size":265,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-16T12:09:09.535Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/uiwebkit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-21T17:16:30.000Z","updated_at":"2025-01-16T10:49:28.000Z","dependencies_parsed_at":"2024-12-12T11:24:00.017Z","dependency_job_id":"df123402-70bb-48cb-8f13-8347bda17507","html_url":"https://github.com/uiwebkit/ng-nx","commit_stats":null,"previous_names":["uiwebkit/ng-nx"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uiwebkit%2Fng-nx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uiwebkit%2Fng-nx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uiwebkit%2Fng-nx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uiwebkit%2Fng-nx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uiwebkit","download_url":"https://codeload.github.com/uiwebkit/ng-nx/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239727055,"owners_count":19687099,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-07T22:12:11.903Z","updated_at":"2026-01-02T02:30:15.260Z","avatar_url":"https://github.com/uiwebkit.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NgNx\n\nI decided to do it for everyone who wants to appreciate my skills. Thank you!\n\n## Task Description\n\nCreate an Angular application with a page of users. On this page we see users, sort them, perform search and have the ability to paginate if the list is too long.\n\n## Acceptance Criteria\n\n- User list is displayed under `/users` URL with the following columns:\n  - firstName\n  - lastName\n  - age\n  - address\n- Search by firstName and lastName (case insensitive)\n- Sorting by firstName, lastName and age\n- Pagination\n\n## Additional information\n\nUsed https://dummyjson.com/docs/users as an API.\n\n- I placed everything in libraries and divided them to *-data and *-view.\n- All code (business logic) should be placed in *-data and *-view should be 'dummy'\n- Enable SSR and SSG for first page faster loading\n- All components are standalone and are lazy loaded in app level\n- Angular Material as components library (why? - official, the best)\n- Tailwind CSS for declarative styling (fast and clear)\n- Signals and NgRx Signals everywhere where it is possible (clean and maintainable code)\n\n## Run tasks\n\nTo run the dev server for your app, use:\n\n```sh\nnpx nx serve uni-users\n```\n\nTo run storybook:\n\n```sh\nnpx nx story uni-users\n```\n\nTo run linter for all:\n\n```sh\nnpx nx run-many -t lint --projects=* --parallel=5\n```\n\nTo run unit tests for all:\n\n```sh\nnpx nx run-many -t test --projects=* --parallel=5\n```\n\nTo create a production bundle:\n\n```sh\nnpx nx build uni-users\n```\n\nTo see all available targets to run for a project, run:\n\n```sh\nnpx npx nx show project uni-users\n```\n\nThese targets are either [inferred automatically](https://nx.dev/concepts/inferred-tasks?utm_source=nx_project\u0026utm_medium=readme\u0026utm_campaign=nx_projects) or defined in the `project.json` or `package.json` files.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuiwebkit%2Fng-nx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuiwebkit%2Fng-nx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuiwebkit%2Fng-nx/lists"}