DevaWinner / to-do-project

This is a simple To-Do List application built using JavaScript and HTML and CSS. It allows users to create, manage, and track their tasks. The application features include adding tasks, marking tasks as completed, editing task descriptions, deleting tasks, and clearing all completed tasks.
https://devawinner.github.io/to-do-project/
MIT License
2 stars 0 forks source link

Refactor JavaScript code for task management and status updates #4

Closed DevaWinner closed 1 year ago

DevaWinner commented 1 year ago

This pull request refactors the existing JavaScript code for task management and introduces new functionality for status updates. The changes include:

Please review and consider approving these changes.

DevaWinner commented 1 year ago

Please Note

Issue with Webhint

There seems to be this persisting issue with webhint that is not resolving. I have tried everything possible and contacted every possible resource.

I had to create a new repository and start the configuration from a fresh start hoping to solve the issue. I have also contacted the student community but everyone is currently facing the same issue.

A webhint bug [ERR_REQUIRE_ESM] keeps asking for Esm and yet no matter what is tried, no solution seems to solve it.

I was told that reviewers are aware of the bug and my former Pull request was accepted.