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: 4 months 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-13T12:30:27.000Z (7 months ago)
- Last Synced: 2025-03-13T13:31:44.226Z (7 months ago)
- Topics: adhd, fastapi, full-stack, ltree, mvp, nextjs, pomodoro, postgresql, productivity, python, react, tailwindcss, task-management, time-tracking, typescript
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-time-tracking - deep-pomo - A lightweight web app that boosts productivity using the Pomodoro technique, incorporating time-tracking features. ([Read more](/details/deep-pomo.md)) `open-source` `web-based` `pomodoro` `productivity` (Web-Based Time Tracking)
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.