Sales Agent Dashboard to manage, view and update school data on sales from various Zeraki products. Displays data with pie charts, bar charts and tables.
- Angular
- Node
- npm
-
Clone the repository:
git clone https://github.com/KellyKiiru/Agent-Dashboard.git
-
Navigate to the project directory:
cd Agent-Dashboard -
Install project dependencies:
npm i
-
Install json-server globally:
npm i -g json-server
-
Start the Angular development server:
ng serve
-
Start the server:
json-server src/assets/data/db.json
-
Access the local web app on http://localhost:4200/ to view the application.



