Web Site link: https://leave-tracker.netlify.app/
Leave Tracker is a web application that helps you keep track of leaves for different subjects. It allows you to add, remove, and update leave counts for each subject.
- Password-protected access to the application.
- Add and remove subjects.
- Track leave counts for each subject.
- Responsive design for various devices.
- Clone the repository to your local machine.
- Open
index.html
in a web browser.
- Enter the password to access the application.
- Use the "Add Subject" and "Remove Subject" buttons to manage subjects.
- Track leave counts for each subject.
When you open this website on different devices, it utilizes the local storage feature of the browser to store information about subjects and their corresponding leave counts. This enables the application to persistently add and remove subjects, as well as update leave counts across multiple sessions. Note: If you clear your browser's local storage or use private browsing mode, the stored information may be reset.
The default password to access the application is 'jeet6789'. You can change this by updating the password in the script.js
file.
- Built using HTML, CSS, and JavaScript.
- Modal design inspired by W3Schools Modal.