Skip to content

fix: add task counter to todo list - #199

Open
SunnyUmrewal wants to merge 1 commit into
pradipchaudhary:masterfrom
SunnyUmrewal:fix-task-counter
Open

SunnyUmrewal wants to merge 1 commit into
pradipchaudhary:masterfrom
SunnyUmrewal:fix-task-counter

Conversation

@SunnyUmrewal

@SunnyUmrewal SunnyUmrewal commented Sep 5, 2026

Copy link
Copy Markdown

fixed the task counter in To-Do List App

Fixes #198

Changes made:
Added the missing #count element to index.html.
Updated the task counter text in script.js.
Added basic styling for the task counter.

Testing
Task count starts at 0.
Count increases when a task is added.
Count decreases when a task is deleted.

Screenshot 2026-09-05 201645

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Task counter is not available in "01-To-Do List App" project, however the task counter method is available in JS source code.

1 participant