This is a comprehensive and fully functional Ecommerce Dashboard built with **React**, **TailwindCSS**, and **Syncfusion**. It offers a seamless user experience with a modern design, responsive layout, and interactive features for managing ecommerce data effectively.
- About the Project
- Dependencies Overview
- Features
- Folder Structure
- Tech Stack
- Getting Started
- Media
- Contribution Guidelines
- Contact
- Acknowledgements
This Ecommerce Dashboard provides an outstanding fully responsive user interface using TailwindCSS with functionality powered by Syncfusion, a world-class UI Component Suite.
"dependencies": {
"@syncfusion/ej2-react-calendars": "^19.4.48",
"@syncfusion/ej2-react-charts": "^19.4.50",
"@syncfusion/ej2-react-dropdowns": "^19.4.52",
"@syncfusion/ej2-react-grids": "^19.4.50",
"@syncfusion/ej2-react-inputs": "^19.4.52",
"@syncfusion/ej2-react-kanban": "^19.4.48",
"@syncfusion/ej2-react-popups": "^19.4.52",
"@syncfusion/ej2-react-richtexteditor": "^19.4.50",
"@syncfusion/ej2-react-schedule": "^19.4.50",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.3.1",
"react-router-dom": "^6.22.1",
"react-scripts": "5.0.1"
}
### Dev Dependencies
```bash
"devDependencies": {
"autoprefixer": "^10.4.2",
"postcss": "^8.4.6",
"tailwindcss": "^3.0.19"
}
- Responsive Dashboard: A fully responsive layout optimized for different devices and screen sizes.
- Dynamic Theme Switching: Supports light and dark modes with custom color options.
- Interactive Data Visualization: Includes charts like Line, Area, Pie, Bar, Financial, and more.
- Functional Applications:
- Calendar: A fully functional event management system.
- Kanban Board: Task and project management.
- WYSIWYG Editor: A rich text editor for creating and formatting content.
- Color Picker: Select and manage colors for themes or design.
- Ecommerce Data Tracking: Manage orders, employees, and customer data in real-time.
- Revenue Updates: Display budget and expense tracking with charts.
- Order Management: Track order statuses and customer interactions.
- Custom Charts: Built with Syncfusion library, including:
- Line, Area, Bar, Pie, Pyramid, and Stacked Charts.
- Color Mapping and Financial Charts for data analysis.
Ecommerce Dashboard code folder structure
Ecommerce-Dashboard/
|- src
|-- components/
|-- Charts/
|-- contexts/
|-- data/
|-- pages/
|-- Charts/
|-- App.js
Now, lets dive into src folder.
Button.jsx
- Cart.jsx
- ChartsHeader.jsx
- Chat.jsx
- Footer.jsx
- Header.jsx
- Navbar.jsx
- Notification.jsx
- Sidebar.jsx
- ThemeSettings.jsx
- UserProfile
- index.js
This folder contains all the function components, which they're independent and reusable bits of code. They serve the UI (User Interface) of dashboard to avoid unnecessary repetition of the code. those components are beautiful customized widgets using TailwindCSS to describe initial theme for widgets as they're named.
LineChart.jsx
- Pie.jsx
- SparkLine.jsx
- Stacked.jsx
This sub-folder contains implementation of customized Charts Components using Syncfusion library
This folder contains ContextProvider.jsx
which implement Adanced State Management of the entire application using React Context API.
This folder contains media of the application and a data file names dummy.js
for the various data of the application, including contents, elments, theme, icons, information for charts, etc.
Calendar.jsx
- ColorPicker.jsx
- Customers.jsx
- Ecommerce.jsx
- Editor.jsx
- Employees.jsx
- Kanban.jsx
- Orders.jsx
- index.jsx
this folder contains activities / scenes of application as a exported react arrow function components. this folder contains a well-structured activities / scenes of applications using advanced React Best Practices. Ecommerce Dashboard includes Dashboard, 3 Pages, 4 Apps and 8 fully functional charts! among these, you can find a fully functional Calendar, a Kanban Board, a WYSIWYG Editor and a Color Picker Apps.
Area.jsx
- ColorMapping.jsx
- Bar.jsx
- Financial.jsx
- Line.jsx
- Pie.jsx
- Pyramid.jsx
- Stacked.jsx
This sub-folder contains implementation of customized Charts pages using Syncfusion library. There're eigth different types of charts: Line, Area, Bar, Pie, Financial, Color-Mapping, Pyramid and Stacked using Syncfusion library.
- React: A JavaScript library for building user interfaces
- React Router: Declarative routing for React applications.
- TailwindCSS: A utility-first CSS framework for styling.
- Syncfusion: UI components for creating charts, grids, and data visualization.
Download or clone this repo by using the link below:
git clone https://github.com/muhammadzubairbaig/ecommerce-react
This project is using NPM (Node Package Manager), therefore, make sure that Node.js is installed by execute the following command in consle
node -v
Go to root folder and execute the following command to get the required packages:
npm install
At the root folder execute the following command in order to start the app:
npm start
We welcome contributions to enhance the Ecommerce Dashboard! If you have a feature in mind, a bug to fix, or any improvement to suggest, please follow the steps below to get started:
-
Fork the Repository: Click the "Fork" button on the top-right corner of this repository.
-
Clone the Repository: Clone the forked repository to your local machine.
git clone https://github.com/<your-username>/Adexa-Ecommerce-Dashboard.git
git checkout -b feature/your-feature-name
npm start
git commit -m "Add a new feature or fix a bug"
git push origin feature/your-feature-name
Open a Pull Request: Go to the original repository and create a Pull Request (PR). Provide details about the changes you've made in the PR description.
Ensure that your contribution aligns with the project goals. Stick to one feature or fix per pull request. Avoid making unnecessary changes to unrelated files. If adding a new feature, include relevant documentation and update the README.md if needed.
If you find any bugs or have suggestions for new features, feel free to open an issue:
Go to the Issues section. Click on New Issue. Provide a clear title and detailed description of the issue or feature request.
Linkedin - muhammadzubairbaig
Project Link: https://github.com/muhammadzubairbaig/ecommerce-dashboard
This section used to mention useful resources and libraries (packages) that used in Ecommerce Dashboard application project.