/todo.txt

Originally an implementation of the todo.txt format, it has now turned into a timeboxing application.

Primary LanguageJavaScript

todo.txt

Netlify Status

An implementation of Gina T's todo.txt format. This project is currently using the codename "Duet".

I read somewhere that every developer eventually creates a todo app. I guess it's my turn.

I'm using it as an opportunity to build a full application as a showcase.

Documentation

The documentation for the project can be found in /docs.

Interesting tidbits

  • I've used Regex plenty of times in my career. Still, it was fun to build up a test suite and make sure I had all the regular expressions I needed to parse the todo.txt format.

Some random notes

One problem with todo lists is that they don't force you to make commitments that help you get things done.

The most organized people schedule the things that need to get done. Not only doe this include tasks that are urgent, but also those that are important but not urgent.

The best todo applications should include scheduling the tasks you want to get done in order to move them forward.

A screenshot

Here's what the application looks like at the moment:

The Duet Screenshot