Alejandro-Bernal-M / To-do-list

A To do's list implementation where you can add, remove, mark as completed, edit, and drag tasks.
https://alejandro-bernal-m.github.io/To-do-list/
MIT License
11 stars 0 forks source link

To do list setup #2

Closed Alejandro-Bernal-M closed 1 year ago

Alejandro-Bernal-M commented 1 year ago

New functionality added

Add a function to add tasks

https://github.com/Alejandro-Bernal-M/To-do-list/blob/bdddbc03ffae1e341431eea266dd536d36a01033/src/add.js#L1-L21

Add a function to delete task

https://github.com/Alejandro-Bernal-M/To-do-list/blob/bdddbc03ffae1e341431eea266dd536d36a01033/src/remove.js#L1-L22 and https://github.com/Alejandro-Bernal-M/To-do-list/blob/bdddbc03ffae1e341431eea266dd536d36a01033/src/removeTrash.js#L1-L8

Add a function to edit the tasks

https://github.com/Alejandro-Bernal-M/To-do-list/blob/bdddbc03ffae1e341431eea266dd536d36a01033/src/editTask.js#L1-L10

Add function to change the color of the background of the task and change the icon

https://github.com/Alejandro-Bernal-M/To-do-list/blob/bdddbc03ffae1e341431eea266dd536d36a01033/src/index.js#L18-L42