ngxs-example-app icon indicating copy to clipboard operation
ngxs-example-app copied to clipboard

(A port of ngrx-example-app) This app is a book collection manager. The user can authenticate, use the Google Books API to search for books and add them to their collection. https://ngxs-example-app.n...

@ngxs example application

A port of ngrx-example-app.

This app is a book collection manager. The user can authenticate, use the Google Books API to search for books and add them to their collection.

To log in, the username and password is test.

Live demo could be found here. (ReduxDevTools enabled)

Try on StackBlitz.

Screenshot

Included

  • ngxs - including storage, router, devtools and logger plugins.
  • jest

Quickstart

# Clone the repo
git clone https://github.com/eranshmil/ngxs-example-app.git

# Use yarn to install the dependencies
yarn

# Start the server
yarn serve

# Running test suites
yarn test

# Build the app
yarn build:prod

Navigate to http://localhost:4200/ in your browser