TaskManagerr is a lightweight and intuitive Google Chrome extension designed to help you manage your daily tasks and appointments efficiently. Whether you need to keep track of your to-do list or schedule important appointments, TaskManager provides a simple and user-friendly interface to stay organized.
-
Daily Task Planner:
- Add tasks with customizable priority levels (e.g., Important and Regular tasks).
- Mark tasks as completed with a simple click.
- Completed tasks can be striked through with a single click or can be deleted to keep your planner clean.
-
Appointments Panel:
- Schedule appointments with ease by selecting the respective date.
- View and manage your appointments for better time management.
- Task manager gives you reminders about your upcoming meetings or appointments.
- HTML: Used to structure the content of the extension.
- CSS: For styling and enhancing the user interface.
- JavaScript: Handles the functionality and interactivity of the extension.
-
Clone or download this repository to your local machine.
-
Open Google Chrome and navigate to chrome://extensions/.
-
Enable "Developer mode" using the toggle switch in the top-right corner.
-
Click on the "Load unpacked" button and select the directory where you cloned/downloaded the repository.
-
The TaskManager extension should now appear in your list of extensions and can be accessed from the Chrome toolbar.
-
Adding Tasks:
- Open the extension by clicking on the TaskManager icon in your Chrome toolbar.
- Use the "Add Task" input field to enter your task details and set its priority.
- Click the "Add" button to save the task to your planner.
-
Managing Tasks:
- Tasks can be marked as completed by clicking the checkbox next to each task.
- Completed tasks can be deleted by clicking the "Delete" icon.
-
Scheduling Appointments:
- Navigate to the "Appointments" tab within the extension.
- Enter the appointment details and select the date from the date picker.
- Click "Save" to add the appointment to your schedule.
Thank you for using TaskManager! Stay organized and productive!