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.
- Host: GitHub
- URL: https://github.com/bluebirdback/deep-pomo
- Owner: BlueBirdBack
- License: mit
- Created: 2025-03-13T12:11:21.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-03-19T22:31:19.000Z (7 months ago)
- Last Synced: 2025-06-10T13:04:03.456Z (4 months ago)
- Topics: adhd, fastapi, full-stack, ltree, mvp, nextjs, pomodoro, postgresql, productivity, python, react, tailwindcss, task-management, time-tracking, typescript
- Language: Python
- Homepage:
- Size: 77.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.