Skip to content

shef3r/Taskie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Taskie logo

Simple to-do app for Windows 10/11. Made with UWP.


File structure

Taskie stores your lists as JSON files in the app's local folder. You can export them into a .taskie file (that's just a renamed ZIP containing the JSON files) The JSON files are made with this simple syntax:

[
  {
    "CreationDate": "2023-08-04T18:41:17.7177428+02:00",
    "Name": "Make dinner",
    "IsDone": true
  },
  {
    "CreationDate": "2023-08-04T18:41:25.3742071+02:00",
    "Name": "Prepare for tomorrow's test",
    "IsDone": false
  }
]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages