Visit D-Dashboard-App
This is an advanced application that displays a Dashboard, Pages, Apps, and Charts.
Accomplished by using:
-
Ecommerce Dashboard:
- Gives you a full dashboard to monitor the work updates.
-
Pages:
- Orders, Customers, and Employees. All of these pages display the details of their own.
-
Apps:
- Calendar app: arranges your meetings.
- Kanban app: arranges your tasks.
- Editor app: edit your text styling.
- Color-Picker app: pick your colors with its "Hex triplet".
-
Charts:
- Choose your preferred chart to display the data:
- Line, Bar, Pie ...etc.
- Choose your preferred chart to display the data:
- You will need to setup
npm
oryarn
. - Download the project
git clone https://github.com/ZakyAly/dashboard-app
- In the project directory, you can run
npm install
oryarn install
. - Start the development mode by
npm start
oryarn run
- Colors:
- bug in "customers, products, sales and refunds" in /ecommerce. It should display green color when percentage increases and red when the percentage decreases.
- Complete the notification, chat, cart, and profile.
- Refactoring some code.