Description
The frontend at https://vidya-setu-pi.vercel.app/ has recently introduced an interactive Quiz History modal to view past responses. To further elevate the UI/UX and give students a tangible sense of growth, the main Student Dashboard should feature an analytical dashboard widget showing their score trends over time.
Proposed Solution
- Install
recharts (a lightweight, composable charting library for React) if not already present.
- Create an
AnalyticsChart component in src/components/dashboard/ or the appropriate modules directory.
- Build a responsive Line Chart or Area Chart that maps
Quiz Date on the X-axis and Score (%) on the Y-axis.
- Use the existing Next.js + Tailwind configuration to apply a beautiful, glassmorphic UI style consistent with the recent layout upgrades.
Expected Outcome
- A highly professional, data-driven visual dashboard for students to track their preparation progress seamlessly.
Please assign this issue to me so I can start working on the UI/UX enhancement!
Description
The frontend at
https://vidya-setu-pi.vercel.app/has recently introduced an interactive Quiz History modal to view past responses. To further elevate the UI/UX and give students a tangible sense of growth, the main Student Dashboard should feature an analytical dashboard widget showing their score trends over time.Proposed Solution
recharts(a lightweight, composable charting library for React) if not already present.AnalyticsChartcomponent insrc/components/dashboard/or the appropriate modules directory.Quiz Dateon the X-axis andScore (%)on the Y-axis.Expected Outcome
Please assign this issue to me so I can start working on the UI/UX enhancement!