An open API service indexing awesome lists of open source software.

https://github.com/bluebirdback/deep-pomo

A lightweight web app designed to boost productivity using the Pomodoro technique. Built with Next.js (React) for the frontend, styled with Tailwind CSS, powered by a FastAPI (Python) backend, and using PostgreSQL for storage.
https://github.com/bluebirdback/deep-pomo

adhd fastapi full-stack ltree mvp nextjs pomodoro postgresql productivity python react tailwindcss task-management time-tracking typescript

Last synced: about 1 month ago
JSON representation

A lightweight web app designed to boost productivity using the Pomodoro technique. Built with Next.js (React) for the frontend, styled with Tailwind CSS, powered by a FastAPI (Python) backend, and using PostgreSQL for storage.

Awesome Lists containing this project

README

          

# DeepPomo

A lightweight web app designed to boost productivity using the Pomodoro technique. Built with Next.js (React) for the frontend, styled with Tailwind CSS, powered by a FastAPI (Python) backend, and using PostgreSQL for storage. This MVP focuses on core functionality:

- **Task Creation & Management:** Create tasks and break them into sub-tasks for hierarchical drill-down (e.g., Task 2 → 2.4 → 2.4.1…).
- **Flexible Navigation:** Supports hierarchical navigation, offering options like breadcrumb-style navigation or other alternatives, ensuring users can easily track and revisit their work.
- **Decoupled Pomodoro Timers:** Pomodoro timers operate independently from tasks—accommodating scenarios where a task requires multiple Pomodoros or one Pomodoro relates to multiple tasks.
- **Visual History:** Features a color-coded visual history to indicate previously worked-on tasks, enhancing user clarity and navigation.

This repository prioritizes an MVP development approach, laying the foundation for future enhancements and refinements.