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
- Host: GitHub
- URL: https://github.com/roc41d/dynamic-user-dashboard
- Owner: roc41d
- Created: 2024-05-04T09:21:52.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-04T23:57:58.000Z (about 2 years ago)
- Last Synced: 2025-01-21T21:13:34.983Z (over 1 year ago)
- Topics: angular, angular-material, api-rest, ngrx, rxjs, state-management
- Language: TypeScript
- Homepage:
- Size: 165 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)