Skip to content

abhigyank/To-Do-List

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d778443 · Sep 7, 2018

History

10 Commits
Jan 4, 2017
Mar 31, 2017
Jan 4, 2017
Sep 7, 2018

Repository files navigation

To-Do-List

A simple to-do list webapp based on Javascript. It uses MDL library for front end components.
It has three tabs - Add Item, To-Do Tasks, Completed.
Add Item - Task can be added to the list of To-Do Tasks.
To-Do Tasks - Lists the current list of to-do of the user, has option to mark as completed and move to completed tab or delete it from the list altogether.
Completed - Lists the completed tasks of the user and an option to delete it from the list.