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

Add remove function #3

Closed DevaWinner closed 1 year ago

DevaWinner commented 1 year ago

To-Do List App Refactoring and New Features

This Pull Request contains an improvement to my of the To-Do List application with additional features and refactored code.

Changes Made

Update index.js

Added todo.js

HTML Updates

CSS Styles

Improvements

Please review this pull request and suggest edit or approve to incorporate the new functionality and improvements into the project.

Thank you!

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.