Student Attendance Management System ( Part of the web dev competition & assignment at taylors)
Hosted Live Version At: https://sams.jinas.me
Clone the repo
composer install
cp .env.example .env
Setup migrations
php artisan migrate
npm i
npm run dev
Run the app
php artisan serve
- Simple Landing Pages ( Kim )
- Connect Dashboard Charts to backend ( Kim )
- Total Count cards on Student Dashboard
- Update the total classes attended card
- Attendance taking from student side ( Jinas )
- QR Code
- Time Slot Selection
- Attendance history
- Medical Certificate submission
- Medical Ceriticate Viewing on Teacher Dashboard
- Download the MC PDF from the teacher dashboard
( Kim )
- Update the welcome page frameworks and technologies used area
- Update the tables to new design ( Student Attendance & Admin Enrollment)
- Medical Certificate Selection option to load the currently enrolled modules (Logged in student)
- Profile Page for Student
- Update MC file input to ( Filepond or any other cool looking field)