A web-based RFID attendance system built and sold to a school, with real-time tracking and parent notifications.
A school I knew needed a way to track attendance without a teacher manually taking roll call every single period. It sounded like a small problem until I actually sat with how much class time it was eating, every day, across every classroom.
An RC522 reader wired to an Arduino UNO reads each student's RFID card on tap.
The scan posts to a Node.js/Express backend, which logs it to MySQL and pushes it out over WebSocket.
Teacher and parent dashboards update live, no polling, no refresh.

A card tap registering and showing up on the live attendance dashboard.
Revenue Generated
Sync, No Polling
School Deployed
Successfully developed and sold a web-based RFID attendance system for a school, generating approximately 1,000 AED in revenue.
Developed a system with real-time student tracking and automated parent notifications.
Designed and maintained the database using MySQL to manage student and attendance data efficiently.
Implemented the backend with Node.js and Express.js, facilitating smooth interaction between server and frontend.