Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.39 KB

README.md

File metadata and controls

31 lines (23 loc) · 1.39 KB

Leave Tracker

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.

Features

  • Password-protected access to the application.
  • Add and remove subjects.
  • Track leave counts for each subject.
  • Responsive design for various devices.

Getting Started

  1. Clone the repository to your local machine.
  2. Open index.html in a web browser.

Usage

  1. Enter the password to access the application.
  2. Use the "Add Subject" and "Remove Subject" buttons to manage subjects.
  3. Track leave counts for each subject.

Local Storage

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.

Password

The default password to access the application is 'jeet6789'. You can change this by updating the password in the script.js file.

Acknowledgments

  • Built using HTML, CSS, and JavaScript.
  • Modal design inspired by W3Schools Modal.