School Management

About this project
// School Management
const project = {
type: "Full-Stack",
year: 2025,
description: "A modern web application built with Python Flask for educational institutions to manage student academic performance. The system features a robust authentication system with admin and student role-based access, comprehensive grade management across multiple modules, attendance tracking, and an advanced analytics dashboard with risk assessment capabilities. Key features include: Admin dashboard for complete student management, student self-registration and personal dashboard, real-time analytics and performance tracking, risk detection algorithms with configurable thresholds, data export functionality (CSV/Excel), responsive design with modern UI/UX, and secure session management with password hashing. The application uses SQLite database with automatic initialization and includes comprehensive testing."
};
const stack = [
"Python", "Flask", "SQLite", "HTML", "CSS", "JavaScript", "Pandas", "OpenPyXL"
];