The Parul Attendance Portal is a web-based application designed to help students of Parul College easily track their attendance. By entering their credentials, users can retrieve real-time attendance data through an open-source API. The website also stores user credentials in the browser's local storage, allowing for a smooth user experience on subsequent visits.
- User-Friendly Interface: Simple and intuitive design to make attendance tracking easy.
- Secure Credential Handling: User credentials are securely stored in the browser's local storage, ensuring quick access without the need to re-enter details every time.
- Real-Time Attendance Data: Attendance data is fetched in real-time from the college’s database using an open-source API.
- Responsive Design: The website is fully responsive and works well across different devices, including desktops, tablets, and smartphones.
- Login: Users enter their credentials (such as student ID and password) into the portal.
- API Integration: The portal uses an open-source API to fetch attendance data for the user.
- Local Storage: Credentials are stored securely in the browser’s local storage.
- Direct Access: On subsequent visits, the stored credentials allow users to directly view their attendance without needing to log in again.
- Visit the website and enter your credentials.
- Your attendance data will be retrieved and displayed.
- The next time you visit the site, your attendance will be shown automatically.
We welcome contributions! Please feel free to submit a Pull Request or open an Issue for any bugs or feature requests.