A React-based KPI Tracker Dashboard built with Vite, Tailwind CSS, and Recharts to monitor and visualize key performance indicators dynamically.
Figma_Dashboard-main/
│── public/ # Public assets
│── src/ # Source code
│ │── assets/ # Images, icons
│ │ │── logo.png
│ │ │── navbar.png
│ │ │── react.svg
│ │── components/ # UI components
│ │ │── Charts.jsx # Bar & Pie charts using Recharts
│ │ │── Dashboard.jsx # Main dashboard structure
│ │ │── Filters.jsx # Filter dropdowns (React Select)
│ │ │── Header.jsx # Top navigation bar
│ │ │── KPICard.jsx # KPI summary cards
│ │ │── KPITracker.jsx # KPI tracker module
│ │ │── RejectionTable.jsx # Rejection reasons table
│ │ │── Sidebar.jsx # Sidebar navigation
│ │── data/ # Mock data for the dashboard
│ │ │── mockData.js
│ │── styles/ # Global CSS
│ │── App.jsx # Root component
│ │── index.css # Tailwind CSS imports
│ │── main.jsx # Entry point
│── .gitignore # Git ignored files
│── eslint.config.js # ESLint configuration
│── index.html # Root HTML file
│── package.json # Dependencies and scripts
│── package-lock.json # Auto-generated dependency lock file
│── README.md # Project documentation
git clone https://github.com/Proviz2/Figma_Dashboard-main.git
cd Figma_Dashboard-main