LeeTrack is a Chrome extension designed to help you track your daily DSA (Data Structures and Algorithms) progress. Log the number of questions solved each day and visualize your progress over the month with a sleek and interactive calendar.
- Miniature Calendar: View the entire month in a compact, square-shaped calendar.
- Month Navigation: Easily navigate between months using the Previous and Next buttons.
- Data Storage: Record and store the number of questions solved each day.
- Persistent Data: Data is synchronized across all devices where the user is signed into Chrome and has the extension installed.
- Dynamic Timer: Countdown timer to 1 June 2025 displayed at the bottom of the popup.
- Beautiful UI: Aesthetic design with a black background and purple day boxes.
Drag and drop the LeeTrack.crx file in extension page of chrome to install it directly without any hassle OR
-
Clone the Repository:
git clone https://github.com/NiteeshL/LeeTrack.git cd LeeTrack
-
Load the Extension in Chrome:
- Open Chrome and navigate to
chrome://extensions/
- Enable "Developer mode" using the toggle switch in the top right corner
- Click "Load unpacked" and select the
LeeTrack
folder inside your project directory
- Open Chrome and navigate to
- Click on the extension icon in the Chrome toolbar to open the calendar popup.
- Navigate between months using the Previous and Next buttons.
- Click on a day to enter the number of questions solved. The data will be saved and displayed on the calendar.
- View the countdown timer to 1 June 2025 at the bottom of the popup.
LeeTrack
├── icons
│ ├── icon16.png
│ ├── icon48.png
│ └── icon128.png
├── src
│ ├── styles
│ │ └── popup.css
│ ├── scripts
│ │ └── popup.js
│ ├── popup.html
├── manifest.json
└── README.md
- Header: Displays the title of the extension and navigation buttons.
- Calendar: Displays the days of the current month.
- Day: Represents an individual day in the calendar.
- Timer: Displays a countdown timer to 1 June 2025.
The extension uses a custom CSS file (popup.css
) to style the calendar with a black background and purple day boxes.
Contributions are welcome! Please fork the repository and submit a pull request with your changes.
This project is licensed under the MIT License. See the LICENSE file for details.
Enjoy using LeeTrack! If you have any questions or feedback, feel free to open an issue or contact the maintainer.