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

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

Angular Quiz: Building a Dynamic User Dashboard
https://github.com/roc41d/dynamic-user-dashboard-assessment

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

Last synced: 2 months ago
JSON representation

Angular Quiz: Building a Dynamic User Dashboard

Awesome Lists containing this project

README

        

# Dynamic User Dashboard - Assessment
### Using Angular 18, NgRx, Angular Material, and Jest

## Getting started

### Requirements
```
Node: v20.9.0
NPM: v10.5.0
Angular CLI: v18.0.5
```

### Installation
Clone the repository

```
git clone [email protected]:roc41d/dynamic-user-dashboard-assessment.git
```

Switch to project folder

```
dynamic-user-dashboard-assessment
```

Install dependencies

```
npm i
```

Run tests

```
npm test
```

Start local development server

```
npm start
```

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