Skip to content

ialish/todos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Todos

The main page shows the user all his notes.
The user can create a note, give it a name and a list of items.
Each item can be checked or not.

Each note will be saved with:

  • Name of the note.
  • All items the user wrote, with "checked" / "not checked" mark.
  • Date of creation.
  • Last updated date.