# Resources

## Projects

* [Angular 6 with NGXS and NX](https://xmlking.github.io/ngx-starter-kit/home)
* [Ngxs-Pizza-Order](https://github.com/tommythongnguyen/Ngxs-Pizza-Order)
* [Ngxs Todo](https://github.com/mailok/todo-ngxs)
* [EL-3270 Electron IBM Terminal Emulator](https://github.com/mflorence99/el-3270)
* [*El terminador* Electron-based Terminal Manager, inspired by iTerm2](https://github.com/mflorence99/el-term)
* [*Elf* Electron-based File Manager, with state from selection to file system completely managed by NGXS](https://github.com/mflorence99/el-file)&#x20;
* [Angular NGXS Tutorial - An Alternative to Ngrx for State Management](https://coursetro.com/posts/code/152/Angular-NGXS-Tutorial---An-Alternative-to-Ngrx-for-State-Management)
* [NGXS + Firebase Demo](https://github.com/fisenkodv/itinerary)
* [Use NGXS in a shared module](https://stackblitz.com/edit/angular-shared-for-root-imports?file=app%2Fshared-components%2Fshared-components.module.ts)
* [ScuttleButt Client using NGXS](https://github.com/datenknoten/ngx-ssb-client)
* [Movies Catalog APP (mobile & desktop) with NGXS, Angular 6, Ionic 4 and Capacitor](https://github.com/abritopach/angular-ionic-ngxs-movies)
* [NGXS Form Example](https://github.com/kuncevic/ngxs-form-example)
* [ngxs coffee](https://github.com/chybie/ngxs-coffee)
* [ngxs vs ngrx](https://github.com/codediodeio/ngrx-vs-ngxs)
* [Ngxs Effects](https://github.com/hsdgit/State.Of.Angular/tree/effects)

## Media

* [ngAir 153 - NGXS: A New State Management for Angular Apps with Austin McDaniel and Danny Blue](https://www.youtube.com/watch?v=rkn73khwfWU\&feature=youtu.be)
* [Quick Start to NGXS](https://youtu.be/SGj11j4hxmg)

If you have content you'd like to share with the community, make a PR to add it here.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://www.ngxs.io/v3.2/community/projects.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
