ebiggerr / dashboard_crypto

MIT License
0 stars 0 forks source link

"Favourites" gets cleared after refreshing the favourites page #3

Open ebiggerr opened 3 years ago

ebiggerr commented 3 years ago

Refreshing the favourites page will clear the array of favourites. Causing the page to display nothing.

ebiggerr commented 3 years ago

figuring to implement data persistence

ebiggerr commented 3 years ago

figuring to implement data persistence

storing the array in localStorage. Deep copy and update the array when there is new coin added into the favourites or removed from favourites.