Giter VIP home page Giter VIP logo

taskie-beta's Introduction

Taskie logo

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


THIS VERSION WILL SOON BE DEPRECATED.

This is the last open-source version of Taskie. The v1 release will be entirely closed-source. I do still accept translation requests and bug reports via Discord @shef3r or my channel on Developer Sanctuary.

Need a simple to-do list?

I got you. This app got a simple interface and basic file structure. Get in on the releases page.

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
  }
]

Installation process

  • First, download the .msixbundle file and the Dependencies_xxx.zip file (where xxx is you architecture, most common is x64)
  • Then, unzip the ZIP file and install all the files by double-clicking and clicking "Install" in the window (assuming the default App Installer is installed on your machine)
  • now, right click the main .msixbundle and click on properties, then Digital Signatures. click on the only option, then Details, View certificate, Install certificate, check "Local machine" and click "Next".
  • Once there, click the second option, then Browse and finally click "Trusted People"
  • Now, click "Next" and "Finish".
  • Close all the windows we opened and install the main file just like you did with the dependencies.

Can't install the app? Found a bug? Got a feature request?

Use the "Issues" tab on top to report anything.

taskie-beta's People

Contributors

shef3r avatar

Stargazers

Dimu avatar  avatar Kira avatar Media Explorer avatar Grandiras avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.