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.
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.
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.