Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shhdharmen/gdgdevfest-2023-surat

Code examples for "Enhancing User Experience with Angular Material Themes". Learn more at 👇
https://github.com/shhdharmen/gdgdevfest-2023-surat

angular devfest devfest2023 gdg-devfest

Last synced: about 1 month ago
JSON representation

Code examples for "Enhancing User Experience with Angular Material Themes". Learn more at 👇

Awesome Lists containing this project

README

        

# gdgdevfest-2023-surat

## Slide deck

- [PDF](./GDG%20DevFest%20Surat%20-%20Enhancing%20User%20Experience%20with%20Angular%20Material%20Themes.pdf)

## Code samples

- Example with pre-built theme - [📁 ng-mat-address-pre-built](https://github.com/shhdharmen/gdgdevfest-2023-surat/tree/main/ng-mat-address-pre-built)
- Example with custom theme - [📁 ng-mat-address](https://github.com/shhdharmen/gdgdevfest-2023-surat/tree/main/ng-mat-address)

## Getting Started

1. Clone the repo

```bash
git clone https://github.com/shhdharmen/gdgdevfest-2023-surat
```
2. Go into any example
```bash
cd ng-mat-address #or ng-mat-address-pre-built
```
3. Insall dependencies
```bash
npm install
```
4. Start project in dev mode
```bash
npm start
```

## Want to learn more?

[![](https://vercel-og-nextjs-delta-one.vercel.app/api/home)](https://angular-material.dev/home)