https://github.com/khaymanii/admin_dashboard_ui
This is an Admin Dashboard UI built using React JS and syncfusion UI library
https://github.com/khaymanii/admin_dashboard_ui
javascript reactjs syncfusion
Last synced: 3 months ago
JSON representation
This is an Admin Dashboard UI built using React JS and syncfusion UI library
- Host: GitHub
- URL: https://github.com/khaymanii/admin_dashboard_ui
- Owner: khaymanii
- Created: 2023-01-15T16:53:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-04T15:24:05.000Z (over 2 years ago)
- Last Synced: 2025-01-21T09:09:53.660Z (over 1 year ago)
- Topics: javascript, reactjs, syncfusion
- Language: JavaScript
- Homepage: https://admin-dashboardui.netlify.app/
- Size: 3.89 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

## Shoppy Admin Dashboard
Welcome to the React Static Dashboard project! This dashboard is designed for scenarios where real-time data updates are not necessary, offering a static and lightweight frontend solution. Built with React and Syncfusion UI library, it provides a flexible and customizable structure for creating visually appealing dashboards.
## Features
1. Static Content: The dashboard is based on static content, making it suitable for scenarios where real-time data updates are not required.
2. Responsive Design: Ensures a consistent user experience across various devices and screen sizes.
3. Component-based Structure: Utilizes React's component-based architecture for easy customization and extensibility.
4. Easy Deployment: Since there is no backend or server-side logic, deployment is as simple as hosting static files.
## Getting Started
1. Clone the Repository:
```bash
git clone https://github.com/khaymanii/Admin_Dashboard_UI.git
```
2. Install Dependencies:
```bash
npm install
```
3. Run the Application:
```bash
npm start
```
The dashboard will be accessible at http://localhost:3000 by default.