https://github.com/fvdavid/ng-in-action
https://github.com/fvdavid/ng-in-action
angular ngrx nx nx-workspace
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fvdavid/ng-in-action
- Owner: fvdavid
- Created: 2025-04-19T12:01:42.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-01T19:29:59.000Z (12 months ago)
- Last Synced: 2025-10-11T01:43:19.665Z (8 months ago)
- Topics: angular, ngrx, nx, nx-workspace
- Language: TypeScript
- Homepage:
- Size: 881 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Applications in this project
Applications:
- [1. ng-threeparty](#ng-threeparty)
- [2. ng-ngrx-signal](#ng-ngrx-signal)
- [3. fv-fire](#fv-fire)
- [4. fv-supabase](#fv-supabase)
## 1. ng-threeparty
Mission: Trying to clone Airbnb
- [readme](https://github.com/fvdavid/ng-in-action/blob/main/apps/ng-threeparty/readme.md)
- [demo](https://fv-demos.web.app)
Technology stack:
- Angular 19
- Nx 20
- Material UI
- Tailwind CSS
- Firebase
- Auth
- Firestore
- Hosting
- [@auth0](https://auth0.com/)
- [Mapbox](https://www.mapbox.com/) => https://fv-demos.web.app/s/place
- [ngx-typed-writer](https://www.npmjs.com/package/ngx-typed-writer) => https://fv-demos.web.app/auth/login
Run Locally:
```sh
pnpm nx serve ng-threeparty
```
Build:
```sh
pnpm nx build ng-threeparty
```
## 2. ng-ngrx-signal
[](https://youtu.be/yKoT4aV8Oe0)
Mission: Implement Ngrx/Signal with the CRUD Todo
- [readme](https://github.com/fvdavid/ng-in-action/blob/main/apps/ng-ngrx-signal/readme.md)
Technology stack:
- Angular 19
- Nx 20
- [@ngrx/signals](https://ngrx.io/)
- @ngrx/operators
- @ngrx/store-devtools
Run Locally:
```sh
pnpm nx serve ng-ngrx-signal
```
Build:
```sh
pnpm nx build ng-ngrx-signal
```
## 3. fv-fire
[](https://youtu.be/HgwRTWHLPvs)
Mission: CRUD with Angular 19 + Firebase (Firestore)
- [readme](https://github.com/fvdavid/ng-in-action/blob/main/apps/fv-fire/readme.md)
Technology stack:
- Angular 19
- Nx 20
- [@angular/fire](https://www.npmjs.com/package/@angular/fire)
- firestore
Run Locally:
```sh
pnpm nx serve fv-fire
```
Build:
```sh
pnpm nx build fv-fire
```
## 4. fv-supabase
[](https://youtu.be/fM3BQidurF4)
Mission: Angular 19 Meets Supabase (CRUD)
- [readme](https://github.com/fvdavid/ng-in-action/blob/main/apps/fv-supabase/readme.md)
Technology stack:
- Angular 19
- Nx 20
- [Supabase](https://supabase.com)
Run Locally:
```sh
pnpm nx serve fv-supabase
```
Build:
```sh
pnpm nx build fv-supabase
```