benjp009 / awesome-books

Creating a book library with Charles
2 stars 0 forks source link

duplicate book name #2

Open AlaaAlsalem opened 2 years ago

AlaaAlsalem commented 2 years ago

Great job so far, the code is working well, but there is an issue let me draw your attention to it It is recommended to filter the book name so you do not have repeated books on your list also, I noticed that you create a local storage every time you need it on every function which is not recommended, I suggest you initialize it once on top of your code then you can use it each time you want on your code