Skip to content

Latest commit

 

History

History
56 lines (38 loc) · 1.4 KB

README.md

File metadata and controls

56 lines (38 loc) · 1.4 KB

React Dashboard

project-image

A fully responsive dynamic dashboard UI using React. Customizable widgets and dynamic positioning.

🔥 Features

  1. Customizable widgets
  2. Dynamic positioning
  3. Developer can change the position of each widget from the backend (using JSON schema)
  4. The layout and content of each widget on the dashboard can be driven from the backend
  5. Widgets can get their data from any public API of your choice

🚀 Demo

https://ops-react-dashboard.vercel.app/

Project Screenshots:

project-screenshot project-screenshot project-screenshot

🛠️ Installation Steps:

1. Download the repository

git clone https://github.com/itsApurba/react-dashboard.git

2. Change the directory

cd react-dashboard

3. Install the packages

npm i

4. Now edit the config.js file

5. Serve locally

npm dev