Lightweight Task Manager
Here're some of the project's best features:
- Tasks kept in local storage
- Due dates
- Task Priorities
- List filters
- Accessibility Checked
- Fully responsive
To use ToDoodle:
- Clone or download the repo
- Open
index.html
in your browser
- To create a new task:
- Enter a title
- Enter a due date (optional)
- Select a priority level (optional)
- Click "Create Task"
(Default values given for date and priority not entered)
-
To mark a task as complete:
- Click the checkbox icon next to the task
-
To hide completed tasks:
- Click 'Hide Completed'
-
To delete a task:
- Click the trash icon next to the task
Technologies used in the project:
JavaScript
HTML
CSS
Customize ToDoodle to fit your preferences:
-
Style: Edit
style.css
to change colors, fonts, and overall aesthetics. -
Functionality: Extend ToDoodle's features by editing
script.js
. Add new features like categories, reminders, or additional task attributes to suit your needs.