A modern, responsive dashboard built using React and AG Grid with clean architecture and production-ready structure.
https://your-vercel-link.vercel.app
https://github.com/nandan-bhuva/ag-grid-dashboard
- ⚡ AG Grid integration (sorting, filtering, pagination)
- 🎨 Dynamic Theme Switcher (Quartz, Balham, Material)
- 📱 Fully Responsive (mobile + desktop optimized)
- 📊 Employee data dashboard
- 🧩 Clean folder structure (scalable architecture)
- 🔍 Column filters + global search
- 🚫 Pivot mode disabled for simplified UX
- 📌 Conditional sidebar (hidden on mobile)
- React.js
- AG Grid (Community + Enterprise features)
- CSS (custom responsive design)
- React Router
- Vercel (deployment)
src/
├── components/
│ ├── common/
│ │ ├── Header.jsx
│ │ └── Footer.jsx
│ └── grid/
│ └── EmployeeGrid.jsx
│
├── pages/
│ └── Dashboard.jsx
│
├── services/
│ └── employeeService.js
│
├── data/
│ └── employees.json
│
├── styles/
│ └── global.css
│
├── App.js
└── index.js
# Clone repo
git clone https://github.com/nandan-bhuva/ag-grid-dashboard.git
# Go to folder
cd ag-grid-dashboard
#Install
npm install
# Check dependencies
npm install ag-grid-community ag-grid-react
npm install ag-grid-enterprise
npm install react-router-dom
# Run project
npm start