An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

![Screenshot 2023-04-06 103831](https://user-images.githubusercontent.com/116851212/230338778-94c5ef1d-fdcb-40de-932c-d06ca5470c07.png)

## 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.