Lockless404 / To-do-list

A To-do list. Similar to the Awesome books project but includes new functionality such as editing and removing multiple files at once. My first project to use Webpack.
5 stars 0 forks source link

Peer to Peer Code Review. #4

Open direakanbi opened 3 years ago

GintsM commented 3 years ago

Hi nice work. Noticed in a function updatestorage(), you use localStorage, clear(), that you can remove because when you set new values with same key it overwrite, your local storage.