Yeh project teachers ke liye ek dashboard provide karta hai jahan woh:
backend/ - Server-side code aur API endpoints
index.ts - Main HTTP handlertypes.ts - TypeScript typesapi.ts - API functionsfrontend/ - Client-side code
index.html - Main HTML templateindex.tsx - Main React componentcomponents/ - React components
Dashboard.tsx - Main dashboard componentQuizList.tsx - Quiz list componentSubmissionBreakdown.tsx - Submission analytics componentDashboard ko access karne ke liye teacher login karein aur apne quizzes aur student submissions ka data dekh sakte hain.