/glimpse

An alternative view for your Todoist tasks, inspired by TeuxDeux

Primary LanguageTypeScript

Glimpse, for Todoist

Screenshot of Glimpse

Glimpse is a todo application that provides a view of your upcoming tasks in a column layout inspired by TeuxDeux. It hooks into your Todoist account with your API key to be able to store your tasks. Your API token is stored locally in your browser and all API calls are made from your browser, meaning your API token is safe.

For the technical details, this site is built using Next.js and React. I'm using TanStack Query (FKA React Query) for state management, fetching, and mutating. It also relies on the Todoist Typescript API Client to get types and make my life easier. For styling and components, I'm using Tailwind and shadcn/ui.