Add Live Pomodoro Timer with Break Cycle Integration #26#37
Open
Shivam-Sharma16 wants to merge 1 commit intoDevSyncx:mainfrom
Open
Add Live Pomodoro Timer with Break Cycle Integration #26#37Shivam-Sharma16 wants to merge 1 commit intoDevSyncx:mainfrom
Shivam-Sharma16 wants to merge 1 commit intoDevSyncx:mainfrom
Conversation
Author
|
just review these changes |
Collaborator
|
Hey @Shivam-Sharma16 . This issue has not been assigned to you.you can't just open PR randomly. Please follow Contributing Guidelines before raising any PR. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds a fully responsive Pomodoro Timer component to the project. The timer supports:
✅ 25-minute work sessions
✅ 5-minute break sessions
✅ Functional Start, Pause, and Reset buttons
✅ Responsive design for mobile, tablet, and desktop views
The timer automatically switches between work and break modes and visually indicates the current state with color-coded labels.
🧪 Steps to Test
Navigate to the Pomodoro Timer route/component or click on live pomodoro feature in feature section.
Click "Start" to initiate the countdown.
Verify that after 25 minutes, it switches to a 5-minute break.
Test Pause and Reset functionalities.
Resize the browser window or test on different devices to confirm responsive behavior.
fixes issue #26

contribution level l-2
This PR is part of my contribution under GSSoC 2025.