JuanDBta / ToDoList-Project

My To Do List project is a task management application that allows you to create, delete, and edit tasks. It utilizes local storage to store the tasks. The project features a "Clear all completed" button that removes all checked tasks and displays the remaining unfinished tasks. It was implemented using HTML, CSS and JS, with webpack for bundle.
https://juandbta.github.io/ToDoList-Project/
MIT License
4 stars 0 forks source link

To Do list: Structure #1

Closed JuanDBta closed 1 year ago

JuanDBta commented 1 year ago

In this branch you find the structure of TO DO LIST Project builded as a simple HTML list of To Do tasks. This simple web page was built using webpack and served by a webpack dev server and includes the following folders:

**/src** folder:
     index.html      HTML markup here
     style.css       loaded by WebpackStyle/CSSLoader
     index.js        Generate dyamically created list of tasks
**/dist** folder
webpack.config.js

Linters installed (Lighthouse, Webhint, Stylelint, ESlint)