memelopez / toDoList-webpack-mv

A simple HTML list of To Do tasks using webpack and served by a webpack dev server.
MIT License
1 stars 0 forks source link

Peer to Peer Code Review #6

Open JohnFTitor opened 2 years ago

JohnFTitor commented 2 years ago

Hello @memelopez.

Your project is looking great! πŸ’― πŸ’― I particularly like the way you handled the event listeners taking advantage of the bubbling and the additional buttons to add or edit the tasks.

Suggestions πŸš€ πŸš€

Here I have some suggestions that may improve your code.

https://github.com/memelopez/toDoList-webpack-mv/blob/8c7528ede4f6fe9cbd6d31ba3d3faa4435b61ee0/src/index.js#L15

https://github.com/memelopez/toDoList-webpack-mv/blob/8c7528ede4f6fe9cbd6d31ba3d3faa4435b61ee0/src/modules/ui.js#L106

Closing 😸

That's all from me. Feel free to contact me if you have any questions. Keep up the good work!

zhadier commented 2 years ago

Hey Elmer

Great job on the code, absolutely loved the structure of your Javascript and the overall design was πŸ”₯

Suggestions