Skip to content

This project allows administrators to efficiently register students, track their attendance, and manage their data.

Notifications You must be signed in to change notification settings

Melvin-Shalom/Attendance_Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 

Repository files navigation

Attendance Tracker

Description

This project is a comprehensive system designed to streamline the management and monitoring of student attendance. It allows administrators to efficiently register students, track their attendance, and manage their data. With features like student login, attendance marking, and data management, it ensures accurate and up-to-date records, making it an essential tool for educational institutions aiming to maintain organized and reliable attendance information.

Admin Login

Username: admin
Password: spark

Features

  • Admin Login: Secure access for administrators to manage student data.
  • Register Student: Register new students with necessary details.
  • Check List of All Students Registered: View the list of all registered students.
  • Get List of Students Registered by Username: Retrieve student details by username.
  • Delete Student Data: Delete data of a specific student.
  • Delete All Registered Students: Remove all student records.

  • Student Login: Allows students to log in and mark their attendance.
  • Mark Attendance: Students can mark their attendance for the day.
  • Count Attendance: Students can view their total attendance count.

Requirements

  • C++ 20
  • Terminal or Command Prompt

Step for Execution

  1. Open the Terminal and Clone the Repository

    git clone https://github.com/Melvin-Shalom/Attendance-Tracker.git
  2. Navigate to the project directory

    cd Attendance-Tracker/
  3. Compile the program:

    g++ attM.cpp -o attendance -lncurses
  4. Run the program:

    ./attendance/

About

This project allows administrators to efficiently register students, track their attendance, and manage their data.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages