Skip to content

Latest commit

 

History

History
34 lines (15 loc) · 809 Bytes

README.md

File metadata and controls

34 lines (15 loc) · 809 Bytes

To-Do-List

A completely front-end based To Do list made using JavaScript, jQuery and Browser Local Storage.


Motivation

Managing daily tasks can be hectic sometimes, so you could need a To Do List every now and then.

Features

  • Tasks added and their chronological position will persist across refreshes as all the data is stored in Browser Local Storage.

  • Tasks can be moved between 'To Do' and 'Done' section by Drag and Drop.

  • Tasks are added as Multi Color boxes and the color changes on each refresh.

  • Tasks can be deleted by clicking on cross present on each task.

  • 'Clear Data' button clears the entire list.

Screenshots

Screenshot-1

Screenshot-2

Screenshot-1