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: Add & Remove #3

Closed JuanDBta closed 1 year ago

JuanDBta commented 1 year ago

In this branch you can find the following features:

A To Do List project with add, delete and edit tasks functionalities in these files:

index.js file: Call functions to add, delete and display To Do List Add icons to Refresh, Add task, Remove task buttons

/modules/task_class.js file: addTask function Add new task to local storage removeTask function Delete task from local storage editTask function Edit task and update local storage displayTasks function Display Updated To Do List

/modules/add_remove_task.js file: addTaskSubmit function Giving functionality to AddTask button removeTaskClick function Giving functionality to RemoveTask Button

style.cssfile: Give style to the To Do List

Webpack installed succesfully...please write the following commands in order to display project in the browser: npx run build npx run start

Linters installed: Lighthouse Webhint Stylelint ESlint