commitra / commitra/vanilla-verse

Feat : Enhance Pomodoro Timer App with Task Management Feature

Open
#99 3 comments 0 reactions 1 assignee Claimed by @shrav784 View on GitHub
good first issue hacktoberfest
Dominant language
JavaScript
Stars
14
Forks
60
PR merge metrics
No merged PRs in 30d

Description

### Project slug (e.g., snake, todo)

pomodoro

### Summary

Add a task panel beside or below the timer.

Use React state management (useState/useReducer) for local task data.

Optional: integrate statistics showing how many pomodoros were spent per task.

### Details / Acceptance criteria

Users can add tasks with a name and optional description.

Users can edit or delete tasks.

Users can link tasks to pomodoro sessions (e.g., “Working on Task A”).

Tasks persist using local storage (or backend API if available).

UI remains clean and minimal, aligned with current app design.

### Scope

- [ ] UI changes
- [ ] Logic changes
- [ ] Accessibility
- [ ] Tests (manual)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.