├── LICENSE ├── README.md ├── Screenshots ├── Dashboard.JPG ├── ERD.png ├── Login-page.JPG ├── list-of-student.JPG ├── reports.JPG ├── student-section.JPG └── take-attendance.JPG ├── Student Attendance Management System.pdf ├── css ├── bootstrap.min.css ├── font-awesome.min.css └── style.css ├── database └── database.sql ├── fonts ├── glyphicons-halflings-regular.eot ├── glyphicons-halflings-regular.svg ├── glyphicons-halflings-regular.ttf ├── glyphicons-halflings-regular.woff └── glyphicons-halflings-regular.woff2 ├── index.php ├── js ├── bootstrap.min.js ├── custom.js ├── jquery.min.js └── validator.min.js └── modules ├── abc.php ├── attendance.php ├── config1.php ├── content-container.php ├── dashboard.php ├── facultydata.php ├── footer.php ├── header.php ├── login.php ├── logout.php ├── nav.php ├── reports.php ├── signup.php ├── studentdata.php ├── studentinfo.php └── verify.php /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohitkhedkar/Student-Attendance-Management-System/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohitkhedkar/Student-Attendance-Management-System/HEAD/README.md -------------------------------------------------------------------------------- /Screenshots/Dashboard.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohitkhedkar/Student-Attendance-Management-System/HEAD/Screenshots/Dashboard.JPG -------------------------------------------------------------------------------- /Screenshots/ERD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohitkhedkar/Student-Attendance-Management-System/HEAD/Screenshots/ERD.png -------------------------------------------------------------------------------- /Screenshots/Login-page.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohitkhedkar/Student-Attendance-Management-System/HEAD/Screenshots/Login-page.JPG -------------------------------------------------------------------------------- /Screenshots/list-of-student.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohitkhedkar/Student-Attendance-Management-System/HEAD/Screenshots/list-of-student.JPG -------------------------------------------------------------------------------- /Screenshots/reports.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohitkhedkar/Student-Attendance-Management-System/HEAD/Screenshots/reports.JPG -------------------------------------------------------------------------------- /Screenshots/student-section.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohitkhedkar/Student-Attendance-Management-System/HEAD/Screenshots/student-section.JPG -------------------------------------------------------------------------------- /Screenshots/take-attendance.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohitkhedkar/Student-Attendance-Management-System/HEAD/Screenshots/take-attendance.JPG -------------------------------------------------------------------------------- /Student Attendance Management System.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohitkhedkar/Student-Attendance-Management-System/HEAD/Student Attendance Management System.pdf -------------------------------------------------------------------------------- /css/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohitkhedkar/Student-Attendance-Management-System/HEAD/css/bootstrap.min.css -------------------------------------------------------------------------------- /css/font-awesome.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohitkhedkar/Student-Attendance-Management-System/HEAD/css/font-awesome.min.css -------------------------------------------------------------------------------- /css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohitkhedkar/Student-Attendance-Management-System/HEAD/css/style.css -------------------------------------------------------------------------------- /database/database.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohitkhedkar/Student-Attendance-Management-System/HEAD/database/database.sql -------------------------------------------------------------------------------- /fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohitkhedkar/Student-Attendance-Management-System/HEAD/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /fonts/glyphicons-halflings-regular.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohitkhedkar/Student-Attendance-Management-System/HEAD/fonts/glyphicons-halflings-regular.svg -------------------------------------------------------------------------------- /fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohitkhedkar/Student-Attendance-Management-System/HEAD/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohitkhedkar/Student-Attendance-Management-System/HEAD/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /fonts/glyphicons-halflings-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohitkhedkar/Student-Attendance-Management-System/HEAD/fonts/glyphicons-halflings-regular.woff2 -------------------------------------------------------------------------------- /index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohitkhedkar/Student-Attendance-Management-System/HEAD/index.php -------------------------------------------------------------------------------- /js/bootstrap.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohitkhedkar/Student-Attendance-Management-System/HEAD/js/bootstrap.min.js -------------------------------------------------------------------------------- /js/custom.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohitkhedkar/Student-Attendance-Management-System/HEAD/js/custom.js -------------------------------------------------------------------------------- /js/jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohitkhedkar/Student-Attendance-Management-System/HEAD/js/jquery.min.js -------------------------------------------------------------------------------- /js/validator.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohitkhedkar/Student-Attendance-Management-System/HEAD/js/validator.min.js -------------------------------------------------------------------------------- /modules/abc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohitkhedkar/Student-Attendance-Management-System/HEAD/modules/abc.php -------------------------------------------------------------------------------- /modules/attendance.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohitkhedkar/Student-Attendance-Management-System/HEAD/modules/attendance.php -------------------------------------------------------------------------------- /modules/config1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohitkhedkar/Student-Attendance-Management-System/HEAD/modules/config1.php -------------------------------------------------------------------------------- /modules/content-container.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohitkhedkar/Student-Attendance-Management-System/HEAD/modules/content-container.php -------------------------------------------------------------------------------- /modules/dashboard.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohitkhedkar/Student-Attendance-Management-System/HEAD/modules/dashboard.php -------------------------------------------------------------------------------- /modules/facultydata.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohitkhedkar/Student-Attendance-Management-System/HEAD/modules/facultydata.php -------------------------------------------------------------------------------- /modules/footer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohitkhedkar/Student-Attendance-Management-System/HEAD/modules/footer.php -------------------------------------------------------------------------------- /modules/header.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohitkhedkar/Student-Attendance-Management-System/HEAD/modules/header.php -------------------------------------------------------------------------------- /modules/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohitkhedkar/Student-Attendance-Management-System/HEAD/modules/login.php -------------------------------------------------------------------------------- /modules/logout.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohitkhedkar/Student-Attendance-Management-System/HEAD/modules/logout.php -------------------------------------------------------------------------------- /modules/nav.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohitkhedkar/Student-Attendance-Management-System/HEAD/modules/nav.php -------------------------------------------------------------------------------- /modules/reports.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohitkhedkar/Student-Attendance-Management-System/HEAD/modules/reports.php -------------------------------------------------------------------------------- /modules/signup.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohitkhedkar/Student-Attendance-Management-System/HEAD/modules/signup.php -------------------------------------------------------------------------------- /modules/studentdata.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohitkhedkar/Student-Attendance-Management-System/HEAD/modules/studentdata.php -------------------------------------------------------------------------------- /modules/studentinfo.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohitkhedkar/Student-Attendance-Management-System/HEAD/modules/studentinfo.php -------------------------------------------------------------------------------- /modules/verify.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohitkhedkar/Student-Attendance-Management-System/HEAD/modules/verify.php --------------------------------------------------------------------------------