You have a good readme file although I suggest you add a link to a live demo as it is required.
When writing committing messages, I think it is a good common practice to use a capital letter of the verb while beginning the sentence.
I have realised that all your commit messages are the same and this could be quite confusing.
Good use of functional code although I think in this case scenario it was really unnecessary as you could implicitly save the returned array to the variable directly.
.
Your save function definition on line 20 does not specify any parameter ,
but in the function call you are passing an argument. could you please explain what is happening?
Good use of local storage but don't you think you ar repetitively get data from the local storage on almost every function call which could have an implication on app speed? i suggest you optimise that and only call it once then reuse that call.
You have a good readme file although I suggest you add a link to a live demo as it is required.
When writing committing messages, I think it is a good common practice to use a capital letter of the verb while beginning the sentence.
I have realised that all your commit messages are the same and this could be quite confusing.
Good use of functional code although I think in this case scenario it was really unnecessary as you could implicitly save the returned array to the variable directly. .
Your save function definition on line 20 does not specify any parameter ,
but in the function call you are passing an argument. could you please explain what is happening?
Good use of local storage but don't you think you ar repetitively get data from the local storage on almost every function call which could have an implication on app speed? i suggest you optimise that and only call it once then reuse that call.