Skip to content

FAC29A/ToDoodle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ToDoodle

project-image

Lightweight Task Manager

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

Installation

To use ToDoodle:

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

Usage

  1. 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)

  1. To mark a task as complete:

    • Click the checkbox icon next to the task
  2. To hide completed tasks:

    • Click 'Hide Completed'
  3. To delete a task:

    • Click the trash icon next to the task

Built With

Technologies used in the project:

  • JavaScript
  • HTML
  • CSS

Customizing

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.