Skip to content

rajjitlai/attendance-management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

attendance-management

A C++ Project on Attendance management of students

💫 About this Project :

⭐ Admin can register students and create username and password for the students

⭐Student can login, mark attendance of the same day and also can see history of attendance

⭐ Note that Admin username is: "admin", password is: "admin@2"

⚒️ Various User Defined Function:

  • void title() ➡️ gives default title
  • void date() ➡️ displays current date
  • int delay() ➡️ for delaying a specific process
  • void delay(unsigned int mseconds) ➡️ for delaying a specific process
  • int adminLogin() ➡️ gives access to admin
  • int adminView() ➡️ displays options for admin
  • int registerStudent() ➡️ registers student with provided data
  • int checkListOfStudentsRegistered() ➡️ checks list of student registered
  • int studentLogin() ➡️ gives access to student
  • int studentView() ➡️ displays options for student
  • int checkStudentCredentials(string userName, string password) ➡️ checks data of students
  • int markMyAttendance(string username) ➡️ marks attendance of a student
  • int countMyAttendance(string username) ➡️ counts attendance of a student
  • int sendLeaveApplication(string username) ➡️ sends leave application of a student
  • int deleteAllStudents() ➡️ deletes all students registered
  • int getListOFStudentsRegistered() ➡️ gets list of students registered by username only
  • int deleteStudentAllData() ➡️ deletes data of all students

COPYRIGHT INFO

AUTHOR: RAJJIT LAISHRAM
DATE CREATED: SEPTEMBER 06, 2022
PURPOSE: FOR MANAGING THE ATTENDANCE OF STUDENTS BY THE TEACHERS. 
THIS APPLICATION CAN BE USED TO MANAGE ALL THE ACTIVITIES OF THE STUDENTS.

DATE MODIFIED: JANUARY 25, 2023
CHANGES: ADDED INFOR FOR EACH SECTION

🤗 Thank you so much!