https://github.com/muhammadawaisshaikh/user-list-dashboard-angular
Imagine writing a small banking control panel, where we can view details, add, delete, update or delete users.
https://github.com/muhammadawaisshaikh/user-list-dashboard-angular
angular material-ui npm rxjs
Last synced: about 2 months ago
JSON representation
Imagine writing a small banking control panel, where we can view details, add, delete, update or delete users.
- Host: GitHub
- URL: https://github.com/muhammadawaisshaikh/user-list-dashboard-angular
- Owner: muhammadawaisshaikh
- Created: 2021-10-22T11:36:50.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-23T18:23:46.000Z (over 4 years ago)
- Last Synced: 2025-10-19T15:37:56.644Z (9 months ago)
- Topics: angular, material-ui, npm, rxjs
- Language: TypeScript
- Homepage:
- Size: 720 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UserListDashboardAngular
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.1.1.

## Live App - Deployed using Github Pages
> https://muhammadawaisshaikh.github.io/user-list-dashboard-angular/
## Setup & Run App
1. Clone Repository
2. npm install
3. json-server --watch db.json
4. npm start
## Lazy Loading - Modules
https://dev.to/muhammadawaisshaikh/boost-angular-s-performance-by-lazy-loading-your-modules-291o
## State Management in Angular using Ngrx
https://github.com/muhammadawaisshaikh/redux-angular-ngrx/
## Angular Material
https://material.angular.io/
## Angular Flex Layout
https://github.com/angular/flex-layout
https://tburleson-layouts-demos.firebaseapp.com/
## JSON Server - Mock DB
https://www.npmjs.com/package/json-server
## deploy build with github-pages
https://efficientuser.com/2021/03/04/how-to-deploy-angular-app-on-github-pages-for-free/
> ng deploy --base-href=user-list-dashboard-angular