This project provides a digital hall pass system for students. It allows students to sign in and out, specifying their destination within the school. The system automatically records the time and sends the data to a teacher's dashboard for monitoring.
- Simple, intuitive interface for students
- Sign in and sign out functionality
- Destination selection
- Automatic time recording
- Data sent to teacher's dashboard
- Light/dark mode toggle
- Open the
index.htmlfile in a web browser - Fill in your name
- Select your destination
- Choose to sign in or sign out
- Submit the form
- Built with HTML, CSS, and JavaScript
- Uses Bootstrap for styling
- Implements fetch API for sending data to the teacher's dashboard
The student interface can be deployed on any static file hosting service or opened directly in a browser.
Developed by Abhinav M.
This system works in conjunction with a separate teacher's dashboard for full functionality.