A streamlined, desktop-based utility designed for academic tracking, built with C# and Windows Forms. This application simplifies student eligibility checks through real-time attendance calculation and automated status reporting.
The system provides a logical workflow for managing student attendance criteria:
- Comprehensive Data Input: Fields for Enrollment Number, Name, Total Classes, and Attended Classes.
- Automated Logic: Instant calculation of attendance percentages based on input values.
- Smart Status Detection: * ✅ Not Detained: Triggered when student meets the minimum attendance threshold.
- ❌ Detained: Triggered for insufficient attendance, providing immediate visual warnings.
- User-Centric UI: Event-driven design with a single-button "Check Status" workflow.
This project applies sophisticated design principles to a functional academic tool:
- Bento Grid Layout: Logical separation of input groups and action buttons for high scannability.
- Glassmorphism Cues: Soft shadows and refined borders to create a modern desktop feel.
- Minimalist Feedback: Utilizing system-level pop-ups to keep the main interface uncluttered.
| Component | Technology |
|---|---|
| Language | C# |
| GUI Framework | Windows Forms (.NET) |
| IDE | Visual Studio |