Skip to content

Enhancement: Add Interactive Visual Performance Charts using Recharts on the Student Dashboard #401

Description

@shivani11jadhav

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!

Metadata

Metadata

Labels

gssocgssoclevel:intermediateGSSoC difficulty: intermediatetriage:assignedIssue assigned for triage/worktype:designDesign or UI related contribution

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions