Building My Own TODO App

TL;DR

There are plenty of great TODO apps out there. While each one has excellent individual features, trying to do everything I want ends up requiring integrations, fetching APIs, writing custom scripts, and so on -- it gets quite tedious.

This is inevitable: the needs of the general public and my own needs will never perfectly align. So I decided to build a TODO app that perfectly matches my requirements. There's a good chance I'll abandon it halfway through, but I'll keep a record of the journey.

Content

This section will evolve as development progresses.

Tech Stack

  • Next.js
  • Material-UI
  • react-markdown
  • recoil
  • prisma
  • jest

Features

  • Write in Markdown
  • Use a Pomodoro timer
  • View work logs visually
  • Integrate with GitHub Issues
  • When a problem is solved, add it to a queue and intelligently suggest problems to work on today

Create an issue on GitHub about this article

Read Next