The Classroom Homework Tracker is a real-time web application designed to help teachers and students monitor homework completion status during class. Built with ASP.NET Core and SignalR, this application allows students to mark their assignments as completed with a single click, while teachers (or all participants) can instantly see the progress and reset the status for a new task.
β
Real-Time Updates β All connected users see button color changes instantly
β
Simple UI β Clean, intuitive interface with color-coded buttons
β
No Database Required β Status tracking happens in memory via SignalR
β
Multi-Platform β Works on any device with a web browser
β
No Login Required β Easy to use without authentication barriers
- Students open the webpage and click their "Complete" button when finished.
- The button turns green (βοΈ) to indicate completion.
- Teachers (or any user) can click "Reset All" to clear all statuses for a new activity.
- All changes appear live for everyone in the same virtual classroom.
Backend: ASP.NET Core (C#) with SignalR for real-time communication
Frontend: HTML, CSS (Bootstrap), JavaScript
π« In-Person Classes β Quickly check who has finished an in-class assignment
π» Remote Learning β Track progress during virtual lessons
π Timed Quizzes β Monitor completion within a set time limit