Skip to content

Fetch User Albums and Photos (Jsonplaceholder) - NgRx Angular, NgRx store, NgRx Effects, NgRx selectors

Notifications You must be signed in to change notification settings

imransilvake/users-albums-photos

Repository files navigation

Users: Albums and Photos

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.

Content

  • 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

Required

node: v18.10.0
yarn: 1.22.19

Run Commands

"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"e2e": "ng e2e"

About

Fetch User Albums and Photos (Jsonplaceholder) - NgRx Angular, NgRx store, NgRx Effects, NgRx selectors

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published