Click here to Skip to main content
15,888,351 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have one project in college where I have to create an attendance management system for student. What they want is to register an attendance of a student, they have to scan a QR code (from mobile) and fill up the form where details like name of unit you are studying, time of entering and leaving the class etc should be fill up and all that information should be stored in database. Could someone please give me an idea on how to do this project? 

I am new to this coding and software development and got no idea on how to start this project.


What I have tried:

This is my first project and haven't tried anything. I just want some idea to start it off.
Posted
Updated 7-Oct-22 0:51am

1 solution

Your question is rather large for a Quick Answers forum! :-)

Try looking at projects that others have done on some of the educational sites
e.g. Student Attendance Management System Project in C# .Net[^]
(PDF) STUDENTS ATTENDANCE MANAGEMENT SYSTEM MINI PROJECT REPORT MASTER OF COMPUTER APPLICATIONS | Object Ex - Academia.edu[^]
Attendance management system project report.[^]

One of our members has also written an article on "how to start" ... see How to Write Code to Solve a Problem, A Beginner's Guide[^]

On the QR code side of things have a look at this CP article QR Code Encoder and Decoder C# Class Library for VS 2022 .NET 6.0 (Version 3.1.0)[^]

For Data Model examples have a look at https://web.archive.org/web/20160308080311/http://www.databaseanswers.org/data_models/[^] - search for "School Management"
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900