AcademiaHub is a modern university management system that streamlines academic operations. It offers an integrated platform for students, teachers, and administrators, featuring user authentication, course management, attendance tracking, and result processing.
AcademiaHub transforms traditional academic management into a streamlined digital experience with:
git clone https://github.com/Nuruzzaman-Nuru/AcademiaHub.git
xampp/htdocs/
wamp/www/
mamp/htdocs/
sql/portal.sql
conn.php
http://localhost/AcademiaHub
AcademiaHub/
├── css/ # Stylesheets and design assets
│ ├── style.css # Main stylesheet
│ ├── welcome.css # Welcome page styles
│ ├── footer.css # Footer styles
│ └── footer-fix.css # Footer fixes
├── includes/ # PHP includes and components
│ └── portal_data.php # Portal configuration
├── logo/ # Brand assets and images
│ ├── logo.png # Main logo
│ └── Gub.jpg # University logo
├── sql/ # Database files
│ └── portal.sql # Main database structure
├── Core Files # Main functionality
│ ├── index.php # Landing page
│ ├── admin_*.php # Admin functionality
│ ├── teacher_*.php # Teacher functionality
│ └── student_*.php # Student functionality
├── Authentication # User authentication
│ ├── admin_log.php
│ ├── teacher_log.php
│ └── student_log.php
├── Academic # Academic features
│ ├── departments.php
│ ├── class_routine.php
│ └── academic_calendar.php
├── Management # System management
│ ├── add_course.php
│ ├── attendence.php
│ └── result.php
└── README.md # Project documentation
/admin_log.php
/teacher_log.php
/student_log.php
The portal is fully responsive and optimized for:
index.php
- Homepage with news and announcementsfaculty.php
- Faculty member profilesdepartments.php
- Academic departmentsacademic_calendar.php
- Academic scheduleclass_routine.php
- Class schedulesgit checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)This project is licensed under standard copyright laws. All rights reserved.
Developed by: Nuruzzaman Student ID: 221902335
Last Updated: October 2, 2025 Version: 1.0.0 License: All Rights Reserved © 2025