MariamYounes / atten_management

Attendance Management System is based on web server, which can be implemented on any computer. In This application, PHP is server-side language, MySQL and PHP is used as back-end design and HTML, CSS and JavaScript are used as front-end tools.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Attendance Management

Attendance Management is a web based application to record and calculate attendance of students

Requirements

  1. PHP 8.0.7 or higher
  2. MySQL 10.4.19 or higher for spatial features in MySQL.
  3. XAMPP server for localhost.

Features

  1. Teacher's and Student's information.
  2. Login/Logout for teacher.
  3. Add new class and student.
  4. Statistic display through graph - individual subject result for students.

Importing Database

  1. Download the given attendance_sys.sql file.
  2. Import attendance_sys.sql, if everything Okay then database will be imported.
  3. Tables - student, student_details, teacher, subject

Teacher's Registration Register

Add Class Details Add Class

Mark Attendance of students Mark Attendance

Statistics Result

Result of student in a particular subject. Result

License

MIT License

Copyright (c) 2021 Shruti Kumari

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Attendance Management System is based on web server, which can be implemented on any computer. In This application, PHP is server-side language, MySQL and PHP is used as back-end design and HTML, CSS and JavaScript are used as front-end tools.

License:MIT License


Languages

Language:PHP 95.0%Language:Hack 3.1%Language:CSS 2.0%