JasonWarrenUK / ToDoodle

A lightweight web-based task manager that's easy to extend

Home Page:https://jasonwarrenuk.github.io/ToDoodle/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ToDoodle

project-image

About ToDoodle

Lightweight Task Manager

Why?

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!

Features

Here're some of the project's best features:

  • Tasks kept in local storage
  • Due dates
  • Task Priorities
  • List filters
  • Accessibility Checked
  • Fully responsive

Quick Start

To use ToDoodle:

  1. Clone or download the repo
  2. Open index.html in your browser

How to...

...Use ToDoodle

  1. To create a new task:
    • Enter a title
    • Enter a due date (optional)
    • Select a priority level (optional)
    • Click "Create Task"
  2. To mark a task as complete:
    • Click the checkbox icon next to the task
  3. To hide completed tasks:
    • Click 'Hide Completed'
  4. To delete a task:
    • Click the trash icon next to the task

...Customise ToDoodle

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.

Contributing

Built With

Technologies used in the project:

  • JavaScript
  • HTML
  • CSS

About

A lightweight web-based task manager that's easy to extend

https://jasonwarrenuk.github.io/ToDoodle/


Languages

Language:JavaScript 51.7%Language:CSS 32.5%Language:HTML 15.7%