Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gavinsawyer/portfolio
A simple personal website built with Firebase, Nx, and Angular 16.
https://github.com/gavinsawyer/portfolio
angular firebase monorepo nodejs nx typescript
Last synced: 9 days ago
JSON representation
A simple personal website built with Firebase, Nx, and Angular 16.
- Host: GitHub
- URL: https://github.com/gavinsawyer/portfolio
- Owner: gavinsawyer
- License: mit
- Created: 2022-11-19T14:16:15.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-06T20:47:14.000Z (10 months ago)
- Last Synced: 2024-02-06T21:54:21.201Z (10 months ago)
- Topics: angular, firebase, monorepo, nodejs, nx, typescript
- Language: TypeScript
- Homepage: https://gavinsawyer.dev
- Size: 9.9 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## GavinSawyer.dev
A simple personal website built with Firebase, Nx, and Angular 17.[![GitHub workflow status](https://img.shields.io/github/actions/workflow/status/gavinsawyer/Portfolio/ci.yml)](https://github.com/gavinsawyer/Portfolio/actions/workflows/ci.yml)
### Apps
> #### [@portfolio/website](apps/website)
>
> Online at: [gavinsawyer.dev](https://gavinsawyer.dev)
>
> A simple personal website built for extensibility and serverless operation. Shows reCAPTCHA-authenticated users a contact form and the author's live Focus mode (`Do Not Disturb`/`Driving`/etc.). Analytics are collected on user interactions like scrolling, sending messages, and following links.
>
> `% npm run build` Build browser and server, prerender routes. \
> `% npm run deploy` Deploy to Cloud Run> #### [@portfolio/console](apps/console)
>
> An admin console for seeing incoming messages.
>
> `% npm run build` Build browser and server, prerender routes. \
> `% npm run deploy` Deploy to Cloud Run
### Libraries
> #### [@portfolio/components](libs/components) `Angular Forms` `Angular Universal` `Firebase Analytics` `HTML` `NgxMask` `Sass`
>
> Angular components shared between apps.> #### [@portfolio/functions](libs/cloud functions) `Firebase Admin SDK` `Firebase Functions` `ShortcutsAPI`
>
> Custom APIs deployed as Cloud Functions:
> - [ShortcutsAPI](https://github.com/gavinsawyer/shortcuts-api)> #### [@portfolio/injection-tokens](libs/injection tokens) `Angular`
>
> Injection tokens shared between apps and components for improved reusability.> #### [@portfolio/interfaces](libs/interfaces) `TypeScript`
>
> Interfaces shared between all projects for type-safety.> #### [@portfolio/services](libs/services) `Angular CDK` `Angular Router` `Firebase Authentication` `Firestore`
>
> Angular services used in apps and components. Provides anonymous authentication, live data, and responsive design features.