An application that lists all users and their addresses provided by the users API of JSONPlaceholder. Provide the possibility to create albums as well as to view the albums and photos of a selected user.
- Framework: Angular with CLI
- State Management: NgRx Store, NgRx Effects, NgRx Selectors
-
{JSON}
Placeholder fake APIs:/users
,/albums
,/photos
- Unit tests with Karma & Jasmine
- e2e tests with Cypress
node: v18.10.0
yarn: 1.22.19
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"e2e": "ng e2e"