A fully responsive dynamic dashboard UI using React. Customizable widgets and dynamic positioning.
- Customizable widgets
- Dynamic positioning
- Developer can change the position of each widget from the backend (using JSON schema)
- The layout and content of each widget on the dashboard can be driven from the backend
- Widgets can get their data from any public API of your choice
https://ops-react-dashboard.vercel.app/
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