tiagomarin / My-To-Do-List

This app allows you to create a to-do-list where you can add remove and reorder items
MIT License
4 stars 1 forks source link

Morning session: peer-to-peer code reviews #4

Open andym80 opened 2 years ago

andym80 commented 2 years ago

Your app is working great! Now let's improve the CSS style.

Prisca-tech commented 2 years ago

Your work looks great!

Remember to remove the console.log in your index.js files as that will make your app easy to hack and some information will be revealed to users.

The index.js file also contains some functions but I suggest you create a different file and add them to the module so you can practice javascript best practices.