/todo-desktop

A fork of iafisher's barebones to-do app for Linux

Primary LanguageJavaScript

A barebones to-do app for Linux. Stores your to-do items in a single, human-readable text file. Syncing across all your devices is as easy as putting the file in Dropbox. Works with the Android app (under development).

To run:

$ git clone https://github.com/varlevi/todo-desktop.git
$ cd todo-desktop
$ npm install
$ npm start