Lightweight Task Manager
I had problem A and I tried B but it didn't work because C. I built D and now I can do E with ease!
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"
- 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
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.
Technologies used in the project:
JavaScript
HTML
CSS