Hadiasemi / Crypto-Tracker

0 stars 2 forks source link

Implement Watchlist component and render each on dashboard based on data from backend #30

Closed jinyung2 closed 3 years ago

jinyung2 commented 3 years ago

Estimate: 3 hours

Each watchlist component must take in data from its container component and conditionally render them based on the number of watchlist.

Possibly have a "No items in watchlist" placeholder

jinyung2 commented 3 years ago

Time Spent: 3 hours and 30 mins

Had some trouble dealing with data loading, and coming up with click event structure that would allow for switching to a different crypto in the watchlist and allow deletion as well.