Skip to content

A responsive and beautiful looking Dashboard UI using Reactjs πŸ”₯

Notifications You must be signed in to change notification settings

itsApurba/react-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

25e7076 Β· Apr 6, 2023

History

5 Commits
Apr 2, 2023
Apr 2, 2023
Apr 6, 2023
Apr 6, 2023
Apr 2, 2023
Apr 2, 2023
Apr 2, 2023
Apr 2, 2023

Repository files navigation

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