Skip to content

the-done-list/app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

the-done-list

Unlike ToDo lists, use The Done List to keep track of everything you've done.

The unfortunate side-effect of to-do lists is that they're always telling you that there are things you haven't done. The done list ameliorates that effect showing you that you are, in fact, getting a lot done.

Goal: To help procrastinators forgive themselves and free themselves from that role they've internalized over the years, getting them into a positive cycle of increased productivity.

Inspiration

development

React-native is used for the mobile app. To get things running on Android:

  1. Follow the android setup instructions

  2. Run npm install from this directory

  3. Make sure to export ANDROID_HOME=SDK_PATH

  4. Run the emulator via android avd or connect a device

  5. Run npm watch