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

https://github.com/roc41d/dynamic-user-dashboard

Dynamic User Dashboard
https://github.com/roc41d/dynamic-user-dashboard

angular angular-material api-rest ngrx rxjs state-management

Last synced: about 2 months ago
JSON representation

Dynamic User Dashboard

Awesome Lists containing this project

README

          

# Dynamic User Dashboard - Assessment

## Getting started

### Requirements
```
Node: v20.9.0
NPM: v10.5.0
Angular CLI: v17.3.6
```

### Installation
Clone the repository

```
git clone git@github.com:roc41d/dynamic-user-dashboard.git
```

Switch to project folder

```
cd dynamic-user-dashboard
```

Install dependencies

```
npm i
```

Start local development server

```
npm start
```

You can now access the app via [http://localhost:4200](http://localhost:4200)