xuhcc / mindstream

Task management app, built on todo.txt.
GNU General Public License v3.0
41 stars 6 forks source link
nativescript-application todo todotxt

Mindstream

GitHub release License: GPL v3

Task management app that uses todo.txt format.

Features

Supported todo.txt extensions

See example.

Changelog

See CHANGELOG.

Usage

Android

Latest APK can be downloaded from releases page.

iOS (unmaintained)

Build unsigned iOS package from source (only on MacOS):

npm install
npm run ios-unsigned

Web

Build from source:

npm install
npm run web-release

Run the web app (it will be available at http://localhost:8080/):

cd platforms/web/
PORT=8080 node index.js

Development

Prerequisites:

Install required packages:

npm install

Mobile

Run in Android emulator:

npm run android

Run in iOS emulator:

npm run ios

Web

Run in browser:

npm start

Testing

npm run lint
npm run test

License

GPL v3