This repository contains the code for a table of 10 users, created using Angular and NgRx. The table displays the name and city of each user, as retrieved from the endpoint https://jsonplaceholder.typicode.com/users.
The technology stack used for this project includes:
- Angular
- Nrwl
- NgRx
- RxJS
- SCSS
- Jest
Unit tests were written to cover the business logic of the application. To run the tests, use the following command:
npm testTo use this code, clone the repository and run the following commands:
npm install
npm run start