@@ -15,7 +15,6 @@ This project is a Dashboard Application built using Angular 16+. It demonstrates
15
15
- [ API Integration] ( #api-integration )
16
16
- [ Additional Features] ( #additional-features )
17
17
- [ Contributing] ( #contributing )
18
- - [ License] ( #license )
19
18
20
19
## ** Project Overview**
21
20
@@ -60,7 +59,7 @@ To set up and run this project locally, follow these steps:
60
59
1 . ** Clone the repository:**
61
60
62
61
``` bash
63
- git clone < repository-url >
62
+ git clone https://github.com/devomohamed/DashboardApplication
64
63
cd dashboard-app
65
64
```
66
65
@@ -90,7 +89,7 @@ The folder structure of the application is as follows:
90
89
/src
91
90
/app
92
91
/core // Core services, interceptors, and guards
93
- /shared // Shared modules, components, and utilities
92
+ /layout // Layout Module Wrap Application
94
93
/auth // Authentication module
95
94
/users // Users module
96
95
/state // Root state management
@@ -127,12 +126,8 @@ Ensure to use the Postman collection and environment to test the APIs and endpoi
127
126
128
127
- ** Responsive Design** : The application uses Angular Material components for a modern and responsive UI.
129
128
- ** Error Handling** : Comprehensive error handling and validation throughout the application.
130
- - ** Loading Indicators** : Displays loading indicators for API calls and data fetching.
131
129
132
130
## ** Contributing**
133
131
134
132
If you wish to contribute to the project, please fork the repository and submit a pull request.
135
133
136
- ## ** License**
137
-
138
- This project is licensed under the MIT License.
0 commit comments