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

Set up webpack project with To-Do List functionality #2

Closed DevaWinner closed 1 year ago

DevaWinner commented 1 year ago

This pull request sets up a new webpack project with the ability to create a To-Do List. The project structure is organized with HTML, JavaScript, and CSS files located in the /src directory, and the distribution files are generated by webpack and served by webpack dev server from the /dist folder.

Here's a summary of the changes made in this pull request:

Please kindly review.

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.