Skip to content

abhijeetsrivastava/todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TODO react app

This is a simple TODO app built using Typescript. I have created this project using VIM editor.

URL

This website is hosted at https://abhijeetsrivastava.github.io/todo-app/

Features

  • Search/Create list.
  • Add items to list.
  • Check/uncheck item.
  • Mark items as important.
  • Each list shows when the list was last updated.
  • Move lists around by using drag handle.
  • Delete list would prompt user for confirmation.
  • Deleting and creating list shows alert.
  • Important tab shows important items only. Additionally, when in important tab adding items would mark them as important by default.

Sort Setting

There is a setting option on bottom right corner.

  • Sort by None, Important or pending options.